We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885890b commit f3f268eCopy full SHA for f3f268e
.github/workflows/update-automation.yaml
@@ -30,6 +30,7 @@ jobs:
30
31
LATEST_TAG=$(curl -L \
32
-H "Accept: application/vnd.github+json" \
33
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
34
-H "X-GitHub-Api-Version: 2022-11-28" \
35
https://api.github.com/repos/microsoft/vscode/releases/latest | jq -r '.tag_name')
36
0 commit comments