mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-06-11 04:52:26 +02:00
Uptake of the latest changes for helpers submodule and remove Access Token usage
This commit is contained in:
parent
d5503767e4
commit
ca8dd87f84
2 changed files with 6 additions and 7 deletions
11
.github/workflows/validate-manifest.yml
vendored
11
.github/workflows/validate-manifest.yml
vendored
|
@ -1,13 +1,12 @@
|
||||||
name: Validate manifest
|
name: Validate manifest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 8,20 * * *'
|
- cron: '0 8,20 * * *'
|
||||||
|
pull_request:
|
||||||
pull_request:
|
branches:
|
||||||
branches:
|
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'versions-manifest.json'
|
- 'versions-manifest.json'
|
||||||
env:
|
env:
|
||||||
TOOL_NAME: "Go"
|
TOOL_NAME: "Go"
|
||||||
|
@ -25,7 +24,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Validate python-versions manifest
|
- name: Validate python-versions manifest
|
||||||
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json' -AccessToken ${{ secrets.GITHUB_TOKEN }}
|
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
|
||||||
|
|
||||||
check_build:
|
check_build:
|
||||||
name: Check validation for failures
|
name: Check validation for failures
|
||||||
|
|
2
helpers
2
helpers
|
@ -1 +1 @@
|
||||||
Subproject commit 8e2a68893f830db37265622f81edf509037d5897
|
Subproject commit 6f1aa3ce73ce0ea4b58995a63b56a8677607762a
|
Loading…
Add table
Add a link
Reference in a new issue