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