Skip to content

Commit e70b785

Browse files
committed
fixup! fixup! fixup! ci: 🤖 use github actions
1 parent 33c9a1c commit e70b785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
134134
gh pr merge --delete-branch --merge $BRANCH
135135
gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
136+
env:
137+
GH_TOKEN: ${{ github.token }}
136138
- name: Publish image
137139
if: ${{ steps.detect-changes.outputs.DO_RELEASE == 'yes' && !env.ACT }}
138140
run: |

0 commit comments

Comments
 (0)