Skip to content

Commit f3f268e

Browse files
committed
Added token
1 parent 885890b commit f3f268e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-automation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
LATEST_TAG=$(curl -L \
3232
-H "Accept: application/vnd.github+json" \
33+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
3334
-H "X-GitHub-Api-Version: 2022-11-28" \
3435
https://api.github.com/repos/microsoft/vscode/releases/latest | jq -r '.tag_name')
3536

0 commit comments

Comments
 (0)