hotfix(ci): fix secrets access

This commit is contained in:
Quentin McGaw
2026-07-29 11:18:09 +00:00
parent 56e5cad66b
commit 44143aa3ba
+2 -1
View File
@@ -127,6 +127,7 @@ jobs:
contents: read contents: read
packages: write packages: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: secrets
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
@@ -161,7 +162,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: qdm12 username: qdm12
password: ${{ github.token }} password: ${{ secrets.GHCR_PAT }}
- name: Short commit - name: Short commit
id: shortcommit id: shortcommit