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.
GITHUB_TOKEN
1 parent 75b5908 commit 15e9e13Copy full SHA for 15e9e13
.github/workflows/docker.yaml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
registry: ghcr.io
48
username: ${{ github.repository_owner }}
49
- password: ${{ secrets.REGISTRY_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
50
51
- name: Update version
52
if: "github.event_name == 'release' && github.event.action == 'published'"
0 commit comments