Skip to content

Commit c55182a

Browse files
authored
Merge pull request #7 from forcedotcom/workflow3
Replacing token.
2 parents 00eb29b + 983f3c0 commit c55182a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishVSCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v3
7272
with:
7373
ref: ${{ github.event.release.tag_name || inputs.tag }}
74-
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
74+
token: ${{ env.GITHUB_TOKEN }}
7575
# Set up node and install dependencies.
7676
- uses: actions/setup-node@v3
7777
with:

0 commit comments

Comments
 (0)