Skip to content

Commit ca97301

Browse files
committed
Correct token
1 parent 5380368 commit ca97301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/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.PUBLISH_SECRET }}
7070

7171
- name: Build and push container image
7272
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)