8000 Use another credential for generating new releases · jeremyevans/ruby@29c7f84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29c7f84

Browse files
committed
Use another credential for generating new releases
1 parent 8ce6546 commit 29c7f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo $PREVIOUS_RELEASE_TAG
5656
tool/gen-github-release.rb $PREVIOUS_RELEASE_TAG $RELEASE_TAG --no-dry-run
5757
env:
58-
GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
58+
GITHUB_TOKEN: ${{ secrets.MATZBOT_AUTO_UPDATE_TOKEN }}
5959

6060
- name: Update versions index
6161
run: |

0 commit comments

Comments
 (0)
0