Skip to content

Commit

Permalink
Use a custom token for GitHub Packages
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Nov 12, 2024
1 parent 184b795 commit 2238d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}

- uses: actions/checkout@v4

Expand All @@ -43,7 +43,7 @@ jobs:
auths: |
github.com:
user: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
run: |
set -o errexit
set -o nounset
Expand Down

0 comments on commit 2238d40

Please sign in to comment.