We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db82a6 commit 0075d77Copy full SHA for 0075d77
.github/workflows/validate-manifest.yml
@@ -23,7 +23,7 @@ jobs:
23
submodules: true
24
25
- name: Validate python-versions manifest
26
- run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
+ run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}
27
28
check_build:
29
name: Check validation for failures
0 commit comments