Skip to content

Commit c38a6c9

Browse files
committed
build: add top-level permissions deny-all to release workflow
1 parent 3339920 commit c38a6c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10+
permissions: {}
11+
1012
jobs:
1113
release:
1214
permissions:

0 commit comments

Comments
 (0)