Skip to content

Commit c454193

Browse files
Update release.yml
1 parent 8c74ba4 commit c454193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 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.GITHUB_TOKEN }}
45+
password: ${{ secrets.ACTION_TOKEN }}
4646
github_token: ${{ secrets.ACTION_TOKEN }}
4747
# Optional parameters, thoses are default values :
4848
registry: 'ghcr.io'
@@ -64,8 +64,8 @@ jobs:
6464
latest: ${{ github.event.inputs.latest }}
6565
repository: ${{ github.repository }}
6666
username: ${{ github.actor }}
67-
password: ${{ secrets.GITHUB_TOKEN }}
68-
github_token: ${{ secrets.GITHUB_TOKEN }}
67+
password: ${{ secrets.ACTION_TOKEN }}
68+
github_token: ${{ secrets.ACTION_TOKEN }}
6969
# Optional parameters, thoses are default values :
7070
registry: 'ghcr.io'
7171
context: ./app/

0 commit comments

Comments
 (0)