Skip to content

Commit dae564c

Browse files
committed
chore: use automatic crates.io token
1 parent ff7f074 commit dae564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
permissions:
8686
contents: write
87+
id-token: write
8788
pull-requests: write
8889
concurrency:
8990
group: release-plz-${{ github.ref }}
@@ -98,7 +99,6 @@ jobs:
9899
with: { command: release }
99100
env:
100101
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
101-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
102102
- if: ${{ steps.release.outputs.releases_created == 'false' }}
103103
name: If version is the same, create a PR proposing new version and changelog for the next release
104104
uses: release-plz/action@v0.5

0 commit comments

Comments
 (0)