Skip to content

Commit

Permalink
add the PAT and CARGO_REGISTRY tokens for release-plz release
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 12, 2024
1 parent 2ca376a commit 49829e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}

0 comments on commit 49829e0

Please sign in to comment.