Skip to content

Commit

Permalink
Revert to standalone write token
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Sep 27, 2024
1 parent 9fc2629 commit 1cef6ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ jobs:
ghcr.io | *.ghcr.io)
d_tag="github_"
d_registry="ghcr.io"
d_username="${{ github.actor }}"
d_password="${{ secrets.GITHUB_TOKEN }}"
;;
# secrets.GITHUB_TOKEN gives us
# "denied: permission_denied: write_package"
d_username="token"
d_password="${{ secrets.GHCR_PUSH_TOKEN}}"
;;
*-docker.pkg.dev)
d_tag="google_"
d_registry="${image_host}"
Expand Down

0 comments on commit 1cef6ea

Please sign in to comment.