We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea0a99 commit 8d9119bCopy full SHA for 8d9119b
.github/workflows/tagged_release_test.yml
@@ -16,6 +16,7 @@ jobs:
16
run: gh pr checkout ${PR_NUMBER}
17
env:
18
PR_NUMBER: ${{ github.event.issue.number }}
19
+ GH_TOKEN: ${{ github.token }}
20
- if: ${{ github.event.issue.pull_request != null }}
21
run: git merge --no-ff origin/main
22
- id: download-voicevox_core
0 commit comments