diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-06-20 12:45:54 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-20 12:45:54 +0900 |
commit | e23941677c3d1b683445d5684175f45866a3aed4 () | |
tree | 0737b71d1b3890ce27e028cdc378ee0419cc4ab4 | |
parent | 1e428366aeacbd924930be69283161c431f13bdf (diff) |
Rename token name to more descriptive
-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' }} |