diff options
-rw-r--r-- | ./workflows/bundled_gems.yml | 4 | ||||
-rw-r--r-- | ./workflows/check_misc.yml | 4 | ||||
-rw-r--r-- | ./workflows/default_gems.yml | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -33,11 +33,11 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: - token: ${{ (.repository == 'ruby/ruby' && !startsWith(.event_name, 'pull')) && secrets.MATZBOT__TOKEN || secrets._TOKEN }} - uses: ././actions/setup/directories with: - # Skip overwriting MATZBOT__TOKEN checkout: '' # false (ref: https://.com/actions/runner/issues/2238) - name: Set ENV @@ -20,12 +20,12 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: - token: ${{ (.repository == 'ruby/ruby' && !startsWith(.event_name, 'pull')) && secrets.MATZBOT__TOKEN || secrets._TOKEN }} - uses: ././actions/setup/directories with: makeup: true - # Skip overwriting MATZBOT__TOKEN checkout: '' # false (ref: https://.com/actions/runner/issues/2238) # Run this step first to make sure auto-style commits are pushed @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: - token: ${{ (.repository == 'ruby/ruby' && !startsWith(.event_name, 'pull')) && secrets.MATZBOT__TOKEN || secrets._TOKEN }} - id: gems run: true @@ -31,7 +31,7 @@ jobs: - uses: ././actions/setup/directories with: makeup: true - # Skip overwriting MATZBOT__TOKEN checkout: '' # false (ref: https://.com/actions/runner/issues/2238) if: ${{ steps.gems.outcome == 'success' }} |