Skip to content

Commit d824b75

Browse files
authored
Update publish.yml [skip CI]
1 parent 665d497 commit d824b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: download-artifact
1818
uses: dawidd6/action-download-artifact@v2
1919
with:
20-
github_token: ${{secrets.GH_TOKEN}}
20+
github_token: ${{secrets.GH_SECRET}}
2121
workflow: release_build_and_deploy.yml
2222
workflow_conclusion: success
2323

@@ -34,5 +34,5 @@ jobs:
3434
artifact: ./artifact/CodingWithCalvin.SuperClean.Vsix.vsix
3535
generateReleaseNotes: true
3636
makeLatest: true
37-
token: ${{secrets.GH_TOKEN}}
37+
token: ${{secrets.GH_SECRET}}
3838

0 commit comments

Comments
 (0)