Skip to content

Commit 98b27d0

Browse files
authored
fix: release permissions (#22)
1 parent fc1f3d1 commit 98b27d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
release:
6363
runs-on: ubuntu-latest
6464
environment: release
65+
concurrency: release
66+
permissions:
67+
id-token: write
68+
contents: write
6569
if: github.ref == 'refs/heads/main'
6670
needs:
6771
- test

0 commit comments

Comments
 (0)