Skip to content

Commit 9966f55

Browse files
committed
[build] Define other workflow permissions
1 parent d4377a6 commit 9966f55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
deployments: read
9+
contents: read
10+
711
concurrency:
812
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
913
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}

0 commit comments

Comments
 (0)