We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d0f4b commit 5298bbcCopy full SHA for 5298bbc
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
latest: ${{ github.event.inputs.latest }}
43
repository: ${{ github.repository }}
44
username: ${{ github.actor }}
45
- password: ${{ secrets.ACTION_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
46
github_token: ${{ secrets.ACTION_TOKEN }}
47
# Optional parameters, thoses are default values :
48
registry: 'ghcr.io'
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments