We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_TOKEN
1 parent caab056 commit 706db62Copy full SHA for 706db62
1 file changed
.github/workflows/docker.yaml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
registry: ghcr.io
51
username: ${{ github.repository_owner }}
52
- password: ${{ secrets.REGISTRY_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Update version
55
if: "github.event_name == 'release' && github.event.action == 'published'"
0 commit comments