We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c1cb6 commit bb61ee0Copy full SHA for bb61ee0
.github/workflows/publish.yml
@@ -3,6 +3,10 @@ name: Publish to VS Marketplace
3
on:
4
workflow_dispatch:
5
6
+permissions:
7
+ contents: write
8
+ actions: read
9
+
10
jobs:
11
publish:
12
runs-on: windows-latest
@@ -14,7 +18,6 @@ jobs:
14
18
id: download-artifact
15
19
uses: dawidd6/action-download-artifact@v6
16
20
with:
17
- github_token: ${{secrets.GH_SECRET}}
21
workflow: release_build_and_deploy.yml
22
workflow_conclusion: success
23
@@ -30,7 +33,6 @@ jobs:
30
33
artifacts: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.vsix
31
34
generateReleaseNotes: true
32
35
makeLatest: true
- token: ${{ secrets.GH_SECRET }}
36
commit: ${{ steps.artifact_manifest.outputs.sha }}
37
tag: ${{ steps.artifact_manifest.outputs.version }}
38
0 commit comments