We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877d646 commit d082200Copy full SHA for d082200
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
registry: ghcr.io
26
username: ${{ github.repository_owner }}
27
- password: ${{ secrets.CR_PAT }}
+ password: ${{ secrets.ghcr-public }}
28
- name: Get the version
29
id: get_version
30
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
.gitignore
@@ -23,3 +23,5 @@ go.work.sum
23
# env file
.env
+
+ghcr_token
0 commit comments