Skip to content

Commit

Permalink
ci: try other token again
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 21, 2024
1 parent afb2623 commit 90f9c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90f9c74

Please sign in to comment.