python-versions/.github/workflows/validate-manifest.yml

21 lines
608 B
YAML
Raw Normal View History

2021-09-01 15:25:40 +00:00
name: Validate manifest
on:
2022-12-05 20:45:47 +00:00
# The GITHUB_TOKEN secret is used to create a PR
# The pull_request event will not be triggered by it
# That's one of the reasons we need the schedule to validate the versions-manifest.json file
schedule:
- cron: '0 8,20 * * *'
workflow_dispatch:
pull_request:
branches:
2021-09-01 15:25:40 +00:00
- main
paths:
2021-09-15 10:58:04 +00:00
- 'versions-manifest.json'
2021-09-01 15:25:40 +00:00
jobs:
2022-12-05 20:45:47 +00:00
manifest:
uses: actions/versions-package-tools/.github/workflows/validate-manifest.yml@main
with:
tool-name: "Python"
image-url: "https://avatars.githubusercontent.com/u/1525981?s=200&v=4"
secrets: inherit