Skip to content

Commit efd3d8d

Browse files
author
Edvin N
authored
Use old auth method (#53)
1 parent 93cf359 commit efd3d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.repository_owner }}
59-
password: ${{ secrets.GITHUB_TOKEN }}
59+
password: ${{ secrets.CR_PAT }}
6060
- name: Build and push container (multi arch)
6161
uses: docker/build-push-action@v3
6262
with:

0 commit comments

Comments
 (0)