Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit a9f61c2

Browse files
committed
Use right token
1 parent 735351d commit a9f61c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.repository_owner }}
21-
password: ${{ github.token }}
21+
password: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Build${{ (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && ' and push') || '' }} Docker images
2323
uses: docker/build-push-action@v3
2424
with:

0 commit comments

Comments
 (0)