Skip to content

Commit

Permalink
get rid of GITHUB_TOKEN which never seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
twsearle committed Aug 1, 2024
1 parent d45bae7 commit 98c1f0b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
issues: read
pull-requests: read
packages: read
steps:
- name: checkout current repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -63,8 +58,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: twsearle
password: ${{ secrets.GHCR_PAT }}

- name: Pull Docker image
run: docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 98c1f0b

Please sign in to comment.