Skip to content

Commit 966bbfb

Browse files
authored
Try this for username and password
1 parent 85b812b commit 966bbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
name: srnd/codeday-present/codeday-present
1212
registry: docker.pkg.github.com
1313
tag_names: true
14-
username: ${{ secrets.DOCKER_USERNAME }}
15-
password: ${{ secrets.DOCKER_PASSWORD }}
14+
username: ${{ github.actor }}
15+
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)