Skip to content

Commit 7db0c54

Browse files
committed
chore: use automatic crates.io token
1 parent 92e8de6 commit 7db0c54

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
@@ -206,6 +206,7 @@ jobs:
206206
runs-on: ubuntu-latest
207207
permissions:
208208
contents: write
209+
id-token: write
209210
pull-requests: write
210211
concurrency:
211212
group: release-plz-${{ github.ref }}
@@ -220,7 +221,6 @@ jobs:
220221
with: { command: release }
221222
env:
222223
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
223-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
224224
- if: ${{ steps.release.outputs.releases_created == 'false' }}
225225
name: If version is the same, create a PR proposing new version and changelog for the next release
226226
uses: release-plz/[email protected]

0 commit comments

Comments
 (0)