Skip to content

Commit 08b5b0c

Browse files
update secrets name
1 parent 1330563 commit 08b5b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
registry: ${{ env.REGISTRY }}
5757
username: ${{ github.actor }}
58-
password: ${{ secrets.MY_GITHUB_TOKEN }}
58+
password: ${{ secrets.GITHUB_TOKEN }}
5959

6060
# Extract metadata (tags, labels) for Docker
6161
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)