Skip to content

Commit 98c1f0b

Browse files
committed
get rid of GITHUB_TOKEN which never seems to work
1 parent d45bae7 commit 98c1f0b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ env:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
permissions:
15-
contents: read
16-
issues: read
17-
pull-requests: read
18-
packages: read
1914
steps:
2015
- name: checkout current repo
2116
uses: actions/checkout@v3
@@ -63,8 +58,8 @@ jobs:
6358
uses: docker/login-action@v3
6459
with:
6560
registry: ${{ env.REGISTRY }}
66-
username: ${{ github.actor }}
67-
password: ${{ secrets.GITHUB_TOKEN }}
61+
username: twsearle
62+
password: ${{ secrets.GHCR_PAT }}
6863

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

0 commit comments

Comments
 (0)