From 2ad30625c05b41b15264830d3dbe33d4623d00fb Mon Sep 17 00:00:00 2001 From: Serge Kvashnin <75180587+serge-kvashnin@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:39:58 +0200 Subject: [PATCH] Use PAT. --- .github/workflows/docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6106839..5919cd0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,7 +7,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - packages: read deployments: write steps: @@ -19,7 +18,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GH_PACKAGES_TOKEN }} - name: Pull builder image run: docker pull ghcr.io/norvica/docs:latest