Skip to content

Commit 7eb7ff9

Browse files
committed
ci(workflows): replace GITHUB_TOKEN with PUSH_TOKEN for Docker authentication
1 parent f80117a commit 7eb7ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
registry: ${{ env.REGISTRY }}
6868
username: ${{ github.actor }}
69-
password: ${{ secrets.GITHUB_TOKEN }}
69+
password: ${{ secrets.PUSH_TOKEN }}
7070

7171
- name: Build and push Docker image
7272
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)