Skip to content

Commit

Permalink
fix(actions): stupid access issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura committed May 17, 2023
1 parent 943b985 commit b923e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PACKAGE_WRITE_TOKEN }}

-
name: Build and push container
Expand Down

0 comments on commit b923e49

Please sign in to comment.