1 parent 3248eaf commit f938172Copy full SHA for f938172
1 file changed
.github/workflows/publish.yml
@@ -7,9 +7,8 @@ on:
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
- environment: release
11
permissions:
12
- id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
+ id-token: write
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments