File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 id : create_tag
2222 uses : mathieudutour/github-tag-action@v6.1
2323 with :
24- github_token : ${{ secrets.GITHUB_TOKEN }}
24+ github_token : ${{ secrets.TOKEN_GITHUB }}
2525 - name : Create Release
2626 id : create_release
2727 uses : actions/create-release@v1
2828 env :
29- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29+ GITHUB_TOKEN : ${{ secrets.TOKEN_GITHUB }}
3030 with :
3131 tag_name : ${{ steps.create_tag.outputs.new_tag }}
3232 release_name : Release ${{ steps.create_tag.outputs.new_tag }}
4646 with :
4747 registry : ghcr.io
4848 username : ${{ github.actor }}
49- password : ${{ secrets.GITHUB_TOKEN }}
49+ password : ${{ secrets.TOKEN_GITHUB }}
5050 - name : set lower case owner name
5151 run : |
5252 echo "OWNER_LC=${OWNER,,}" >> ${GITHUB_ENV}
You can’t perform that action at this time.
0 commit comments