Skip to content

Commit 5298bbc

Browse files
Update release.yml (#29)
1 parent f7d0f4b commit 5298bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
latest: ${{ github.event.inputs.latest }}
4343
repository: ${{ github.repository }}
4444
username: ${{ github.actor }}
45-
password: ${{ secrets.ACTION_TOKEN }}
45+
password: ${{ secrets.GITHUB_TOKEN }}
4646
github_token: ${{ secrets.ACTION_TOKEN }}
4747
# Optional parameters, thoses are default values :
4848
registry: 'ghcr.io'
@@ -64,7 +64,7 @@ jobs:
6464
latest: ${{ github.event.inputs.latest }}
6565
repository: ${{ github.repository }}
6666
username: ${{ github.actor }}
67-
password: ${{ secrets.ACTION_TOKEN }}
67+
password: ${{ secrets.GITHUB_TOKEN }}
6868
github_token: ${{ secrets.ACTION_TOKEN }}
6969
# Optional parameters, thoses are default values :
7070
registry: 'ghcr.io'

0 commit comments

Comments
 (0)