Skip to content

Commit 9c7d669

Browse files
jag-jjfeingold35
authored andcommitted
Fix (Extension) @W-17831303@ Re add keys to publish workflow
1 parent 8365d40 commit 9c7d669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ jobs:
6666
runs-on: ubuntu-latest
6767
env:
6868
VSCE_PERSONAL_ACCESS_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
69+
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
6970
steps:
7071
- name: Checkout the release tag
7172
uses: actions/checkout@v4
7273
with:
7374
ref: ${{ github.event.release.tag_name || inputs.tag }}
75+
token: ${{ env.GITHUB_TOKEN }}
7476
# Set up node and install dependencies.
7577
- uses: actions/setup-node@v4
7678
with:
@@ -97,11 +99,13 @@ jobs:
9799
runs-on: ubuntu-latest
98100
env:
99101
IDEE_OVSX_PAT: ${{ secrets.IDEE_OVSX_PAT }}
102+
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
100103
steps:
101104
- name: Checkout the release tag
102105
uses: actions/checkout@v4
103106
with:
104107
ref: ${{ github.event.release.tag_name || inputs.tag }}
108+
token: ${{ env.GITHUB_TOKEN }}
105109
# Set up node and install dependencies.
106110
- uses: actions/setup-node@v4
107111
with:

0 commit comments

Comments
 (0)