Skip to content

Commit

Permalink
Use the automatic actions token
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jun 29, 2024
1 parent 77eb668 commit 1988cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PAT_TOKEN }}
password: ${{ github.token }}
- name: Build HTTPS ${{ matrix.derivate }} proxy
uses: docker/build-push-action@v6
with:
Expand All @@ -70,4 +70,4 @@ jobs:
- name: Delete old container packages
uses: dataaxiom/ghcr-cleanup-action@v1
with:
token: ${{ secrets.PAT_TOKEN }}
token: ${{ github.token }}

0 comments on commit 1988cb4

Please sign in to comment.