Skip to content

Commit 86706f1

Browse files
committed
release-plz: fix release workflow for trusted publishing
1 parent 329e258 commit 86706f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
name: Release-plz release
1313
if: ${{ github.repository_owner == 'rust-gpu' }}
1414
runs-on: ubuntu-latest
15+
environment: release
1516
permissions:
1617
contents: write
1718
pull-requests: read
19+
id-token: write
1820
steps:
1921
- &checkout
2022
name: Checkout repository

0 commit comments

Comments
 (0)