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 b95d089 commit 3db5621Copy full SHA for 3db5621
.github/workflows/publish.yaml
@@ -64,7 +64,7 @@ jobs:
64
if: steps.tag_check.outputs.exists_tag == 'false' && github.event.pull_request.merged == true
65
uses: actions/create-release@v1
66
env:
67
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.WORKLOW_TRIGGERABLE_GITHUB_TOKEN }}
68
with:
69
tag_name: v${{ env.CURRENT_VERSION }}
70
# Copy Pull Request's tile and body to Release Note
0 commit comments