Skip to content

Commit ea7b75b

Browse files
committedJun 13, 2023
chore: change secret name
1 parent 6cbc0c7 commit ea7b75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/production-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
registry: ${{ env.GHCR_REGISTRY }}
2929
username: ${{ github.actor }}
30-
password: ${{ secrets.GITHUB_TOKEN }}
30+
password: ${{ secrets.REGISTRY_TOKEN }}
3131

3232
- name: Build and push Docker image
3333
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)
Please sign in to comment.