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 33c9a1c commit e70b785Copy full SHA for e70b785
.github/workflows/auto-update.yml
@@ -133,6 +133,8 @@ jobs:
133
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
134
gh pr merge --delete-branch --merge $BRANCH
135
gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
136
+ env:
137
+ GH_TOKEN: ${{ github.token }}
138
- name: Publish image
139
if: ${{ steps.detect-changes.outputs.DO_RELEASE == 'yes' && !env.ACT }}
140
run: |
0 commit comments