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 0814569 commit 50cbc39Copy full SHA for 50cbc39
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
registry: ${{ env.REGISTRY }}
71
username: ${{ github.actor }}
72
- password: ${{ secrets.GH_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
73
74
- name: Build and push Docker image
75
if: github.event_name != 'pull_request'
@@ -124,4 +124,4 @@ jobs:
124
draft: false
125
prerelease: false
126
env:
127
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments