Skip to content

Commit

Permalink
Merge pull request #37 from reproio/use-github-token
Browse files Browse the repository at this point in the history
chore: Use secrets.GITHUB_TOKEN instead of personal access token
  • Loading branch information
okkez authored Jan 19, 2024
2 parents 691356b + 7f8c646 commit 5675eac
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 5675eac

Please sign in to comment.