We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce6546 commit 29c7f84Copy full SHA for 29c7f84
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
echo $PREVIOUS_RELEASE_TAG
56
tool/gen-github-release.rb $PREVIOUS_RELEASE_TAG $RELEASE_TAG --no-dry-run
57
env:
58
- GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.MATZBOT_AUTO_UPDATE_TOKEN }}
59
60
- name: Update versions index
61
run: |
0 commit comments