Skip to content

Commit

Permalink
Merge pull request #7 from forcedotcom/workflow3
Browse files Browse the repository at this point in the history
Replacing token.
  • Loading branch information
jfeingold35 authored Sep 6, 2023
2 parents 00eb29b + 983f3c0 commit c55182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishVSCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.release.tag_name || inputs.tag }}
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
token: ${{ env.GITHUB_TOKEN }}
# Set up node and install dependencies.
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c55182a

Please sign in to comment.