Skip to content

Commit 3893af5

Browse files
committed
Use publish secret
1 parent daf184c commit 3893af5

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
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
registry: ${{ env.REGISTRY }}
6767
username: ${{ github.actor }}
68-
password: ${{ secrets.GITHUB_TOKEN }}
68+
password: ${{ secrets.PUBLISH_SECRET }}
6969

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

0 commit comments

Comments
 (0)