From 90f9c74de03cc429f6b64a815f1c00dec090b43c Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Mon, 21 Oct 2024 18:08:08 +0200 Subject: [PATCH] ci: try other token again --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ffe4dde..b1d4276 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/cache/restore@v4 id: ghc-cabal-cache env: - key: ${{ runner.os }}-ghc-${{ steps.setup.outputs.ghc-version }}-cabal-${{ steps.setup.outputs.cabal-version }} + key: ${{ runner.os }}-ghc-${{ matrix.ghc-version }}-cabal-${{ matrix.cabal-version }} with: path: | ~/.cabal/bin/cabal @@ -103,7 +103,7 @@ jobs: with: registry: ghcr.io username: spex-lang - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.CR_PAT }} - name: Docker pull run: docker --log-level=debug pull ghcr.io/spex-lang/static-build:latest