We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcd741 commit ae4d979Copy full SHA for ae4d979
1 file changed
.github/workflows/docker-build.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
registry: ghcr.io
32
username: ${{ github.repository_owner }}
33
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.ACTIONS_TOKEN }}
34
35
- name: Extract metadata (tags, labels)
36
id: meta
0 commit comments