Skip to content

Call a reusable workflow #41

Call a reusable workflow

Call a reusable workflow #41

Workflow file for this run

name: Call a reusable workflow
on:
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '0 0 */2 * *'
workflow_dispatch:
jobs:
call-workflow-passing-data:
permissions:
contents: write
pull-requests: write
uses: GlueOps/github-workflows/.github/workflows/bump-version-cut-release.yaml@main
secrets:
token: ${{ secrets.CREATE_REPO_RELEASE }}