Roll back to token

This commit is contained in:
Katos
2025-01-25 21:21:00 +00:00
committed by GitHub
parent 4931535d0b
commit d5b9d52f6e
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.GHCR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
- 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.GHCR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3