Skip to content

Commit 4b7c044

Browse files
Set permissions in Check Release workflow
Signed-off-by: Andy Jakubowski <[email protected]>
1 parent 09a1e0a commit 4b7c044

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
env:
99
NODE_VERSION: 22.x
1010

11+
permissions:
12+
actions: read
13+
contents: read
14+
packages: read
15+
1116
concurrency:
1217
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1318
cancel-in-progress: true

0 commit comments

Comments
 (0)