Skip to content

Commit ae4d979

Browse files
committed
fix: update secret name
1 parent ffcd741 commit ae4d979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.repository_owner }}
33-
password: ${{ secrets.GITHUB_TOKEN }}
33+
password: ${{ secrets.ACTIONS_TOKEN }}
3434

3535
- name: Extract metadata (tags, labels)
3636
id: meta

0 commit comments

Comments
 (0)