mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2024-11-06 03:15:45 -05:00
Added token
This commit is contained in:
parent
7dad0a857d
commit
187f998b00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate-manifest.yml
vendored
2
.github/workflows/validate-manifest.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Validate python-versions manifest
|
- name: Validate python-versions manifest
|
||||||
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json
|
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
check_build:
|
check_build:
|
||||||
name: Check validation for failures
|
name: Check validation for failures
|
||||||
|
|
Loading…
Reference in a new issue