Skip to content

Commit 5b2d58f

Browse files
committed
Add permissions for actions in GitHub Actions workflow to enhance build process
1 parent 5564d86 commit 5b2d58f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vscode-extension.yml

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

99
jobs:
1010
build-cli:
11+
permissions:
12+
actions: read
1113
uses: ./.github/workflows/build.yml
1214
with:
1315
artifacts-for-extension: true

0 commit comments

Comments
 (0)