Test action with a PAT

This commit is contained in:
Katos
2025-01-25 21:14:42 +00:00
committed by GitHub
parent 7e9a97789e
commit 4931535d0b
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

View File

@@ -84,7 +84,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3