Skip to content

Commit 0c07536

Browse files
authored
ci: Update release workflow permissions (#206)
2 parents 2f4f8ae + c250d06 commit 0c07536

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@NoriginMedia/development-team
1+
* @NoriginMedia/development-team

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write
10+
contents: write
11+
812
concurrency: ${{ github.workflow }}-${{ github.ref }}
913

1014
jobs:

0 commit comments

Comments
 (0)