Skip to content

Commit

Permalink
Switch from personal access token to actions access token for release…
Browse files Browse the repository at this point in the history
…-plz
  • Loading branch information
alexrudy committed Jan 8, 2025
1 parent 074dc73 commit 1c0c923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT_PR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit 1c0c923

Please sign in to comment.