Skip to content

Commit 5902743

Browse files
committed
[ADD] a write grant to the github token to make sure that it can make it's release
1 parent f57c5f3 commit 5902743

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_vsix.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
tags:
77
- "v*.*.*" # publish when you tag a release
88

9+
permissions:
10+
contents: write
11+
912
env:
1013
WORKING_DIRECTORY: "vscode/asperheader"
1114
LATEST_VERSION: "1.104.0"

0 commit comments

Comments
 (0)