Skip to content

Commit 48c6d9e

Browse files
committed
Add 'contents: read' permission to GitHub Actions workflow for enhanced access
1 parent 5b2d58f commit 48c6d9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build-cli:
1111
permissions:
1212
actions: read
13+
contents: read
1314
uses: ./.github/workflows/build.yml
1415
with:
1516
artifacts-for-extension: true

0 commit comments

Comments
 (0)