From 44143aa3ba017082201fbbec0dbc064612c4a01b Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 29 Jul 2026 11:18:09 +0000 Subject: [PATCH] hotfix(ci): fix secrets access --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c96a7f6..13d8158f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,6 +127,7 @@ jobs: contents: read packages: write runs-on: ubuntu-latest + environment: secrets steps: - uses: actions/checkout@v6 @@ -161,7 +162,7 @@ jobs: with: registry: ghcr.io username: qdm12 - password: ${{ github.token }} + password: ${{ secrets.GHCR_PAT }} - name: Short commit id: shortcommit