Skip to content

Commit 613e8a0

Browse files
author
Drew Yang
committed
fix: 🐛 missing token
1 parent 22c2004 commit 613e8a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/post_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV
4242
echo "VERSION=$VERSION" >> $GITHUB_ENV
4343
- name: Create Pull Request
44+
env:
45+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4446
run: |
4547
gh pr create \
4648
--title "[github-actions]Update version.py to ${{ github.event.release.name }}" \

0 commit comments

Comments
 (0)