Skip to content

Commit fe50a62

Browse files
committed
cahnged how the username is called
1 parent c408f00 commit fe50a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}
33-
password: ${{ secrets.GIT_TOKEN }}
33+
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535

3636

0 commit comments

Comments
 (0)