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 80a6995 commit 97578e5Copy full SHA for 97578e5
.github/workflows/create_release.yml
@@ -18,13 +18,13 @@ jobs:
18
id: tag_version
19
uses: mathieudutour/[email protected]
20
with:
21
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.TOKEN_GH }}
22
custom_tag : ${{github.event.inputs.version}}
23
- name: Create Release
24
id: create_release
25
uses: actions/create-release@latest
26
env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
+ GITHUB_TOKEN: ${{ secrets.TOKEN_GH }} # This token is provided by Actions, you do not need to create your own token
28
29
tag_name: ${{ steps.tag_version.outputs.new_tag }}
30
release_name: ${{ steps.tag_version.outputs.new_tag }}
0 commit comments