Skip to content

Commit 2881dc2

Browse files
fix: add permissions for publish job
1 parent 71fca9f commit 2881dc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
SLACK_WEBHOOK_URL:
99
required: true
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
publish-release:
1316
permissions:

0 commit comments

Comments
 (0)