Skip to content

Commit a4043f5

Browse files
committed
use GITHUB_TOKEN for login to ghcr
1 parent 40f117a commit a4043f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
PUSH_PACKAGES: ${{ github.repository_owner == 'PDAL' && github.event_name != 'pull_request'}}
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v2
2828

@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}
46-
password: ${{ secrets.GHCR_TOKEN }}
46+
password: ${{ secrets.GITHUB_TOKEN }}
4747
- name: Prepare
4848
id: prep
4949
run: |

0 commit comments

Comments
 (0)