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 6ddd3d4 commit 182ae32Copy full SHA for 182ae32
.github/workflows/update_version.yml
@@ -36,5 +36,8 @@ jobs:
36
if: ${{ github.event.inputs.pr }} && github.event.inputs.tag != ''
37
steps:
38
- uses: actions/checkout@v2
39
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- run: |
43
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
0 commit comments