Skip to content

Commit

Permalink
github: update ghcr authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Jul 24, 2024
1 parent 7bb1a45 commit 4adab46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: docker pull ghcr.io/micro-fan/python:latest || true
- run: >
PY_VERSION=python${{ matrix.py_version }}
Expand All @@ -37,8 +37,8 @@ jobs:
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: docker pull ghcr.io/micro-fan/python:latest || true
- run: >
PY_VERSION=python3.12
Expand Down

0 comments on commit 4adab46

Please sign in to comment.