Skip to content

Commit d742dd6

Browse files
committed
build: add slack notification permissions
1 parent c2b8696 commit d742dd6

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
@@ -7,6 +7,10 @@ on:
77
description: 'Version to release'
88
required: true
99

10+
permissions:
11+
contents: read
12+
actions: read
13+
1014
jobs:
1115
publish-vsix:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)