Skip to content

Commit

Permalink
use GITHUB_TOKEN for login to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 9, 2024
1 parent 40f117a commit a4043f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
PUSH_PACKAGES: ${{ github.repository_owner == 'PDAL' && github.event_name != 'pull_request'}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand All @@ -43,7 +43,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare
id: prep
run: |
Expand Down

0 comments on commit a4043f5

Please sign in to comment.