Skip to content

Commit 182ae32

Browse files
committed
update
1 parent 6ddd3d4 commit 182ae32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@ jobs:
3636
if: ${{ github.event.inputs.pr }} && github.event.inputs.tag != ''
3737
steps:
3838
- uses: actions/checkout@v2
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3942
- run: |
4043
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'

0 commit comments

Comments
 (0)