Skip to content

Commit cd750b9

Browse files
committed
update
1 parent 182ae32 commit cd750b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update_version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
jobB:
3434
name: createPr
3535
runs-on: ubuntu-latest
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3639
if: ${{ github.event.inputs.pr }} && github.event.inputs.tag != ''
3740
steps:
3841
- uses: actions/checkout@v2
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
- run: |
4343
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'

0 commit comments

Comments
 (0)