File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,13 @@ jobs:
66
66
runs-on : ubuntu-latest
67
67
env :
68
68
VSCE_PERSONAL_ACCESS_TOKEN : ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
69
+ GITHUB_TOKEN : ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
69
70
steps :
70
71
- name : Checkout the release tag
71
72
uses : actions/checkout@v4
72
73
with :
73
74
ref : ${{ github.event.release.tag_name || inputs.tag }}
75
+ token : ${{ env.GITHUB_TOKEN }}
74
76
# Set up node and install dependencies.
75
77
- uses : actions/setup-node@v4
76
78
with :
@@ -97,11 +99,13 @@ jobs:
97
99
runs-on : ubuntu-latest
98
100
env :
99
101
IDEE_OVSX_PAT : ${{ secrets.IDEE_OVSX_PAT }}
102
+ GITHUB_TOKEN : ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
100
103
steps :
101
104
- name : Checkout the release tag
102
105
uses : actions/checkout@v4
103
106
with :
104
107
ref : ${{ github.event.release.tag_name || inputs.tag }}
108
+ token : ${{ env.GITHUB_TOKEN }}
105
109
# Set up node and install dependencies.
106
110
- uses : actions/setup-node@v4
107
111
with :
You can’t perform that action at this time.
0 commit comments