Skip to content

Commit c2e0b25

Browse files
committed
Add permissions
1 parent f0bad51 commit c2e0b25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ on:
33
push:
44
branches:
55
- 'main'
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
10+
11+
permissions:
12+
id-token: write # Required for OIDC
13+
contents: read
14+
checks: write
15+
statuses: write
16+
617
jobs:
718
release:
819
name: Final

0 commit comments

Comments
 (0)