Skip to content

Commit d082200

Browse files
committed
update release yaml
1 parent 877d646 commit d082200

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}
27-
password: ${{ secrets.CR_PAT }}
27+
password: ${{ secrets.ghcr-public }}
2828
- name: Get the version
2929
id: get_version
3030
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ go.work.sum
2323

2424
# env file
2525
.env
26+
27+
ghcr_token

0 commit comments

Comments
 (0)