Skip to content

Commit

Permalink
try use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
gal authored Jan 24, 2024
1 parent 2a9c4f9 commit d919d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push dev-env image
uses: docker/[email protected]
Expand Down

0 comments on commit d919d74

Please sign in to comment.