Skip to content

Commit 3003112

Browse files
committed
cahnged how the username is called
1 parent cd5ed5a commit 3003112

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525

2626
push-docker-image:
2727
uses: ./.github/workflows/push-docker-image.yml
28-
needs: unit-sec-scan
28+
needs: unit-sec-scan
29+
secrets:
30+
password: ${{ secrets.GHCR_TOKEN }}
31+
username: ${{ github.actor }}

0 commit comments

Comments
 (0)