Skip to content

Commit

Permalink
chore: Use secrets.GITHUB_TOKEN instead of personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Jan 19, 2024
1 parent 691356b commit 7f8c646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: reproiobot
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 7f8c646

Please sign in to comment.