Skip to content

Commit

Permalink
Update publish.yml [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinAllen authored May 10, 2024
1 parent 665d497 commit d824b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GH_TOKEN}}
github_token: ${{secrets.GH_SECRET}}
workflow: release_build_and_deploy.yml
workflow_conclusion: success

Expand All @@ -34,5 +34,5 @@ jobs:
artifact: ./artifact/CodingWithCalvin.SuperClean.Vsix.vsix
generateReleaseNotes: true
makeLatest: true
token: ${{secrets.GH_TOKEN}}
token: ${{secrets.GH_SECRET}}

0 comments on commit d824b75

Please sign in to comment.