Skip to content

.github/workflows/release_ci.yml #23

.github/workflows/release_ci.yml

.github/workflows/release_ci.yml #23

Workflow file for this run

name: Release CI
run-name: "Continuous Release"
permissions:
contents: write
issues: read
id-token: write
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * 4' # this means every Thursday @1am UTC
concurrency: release
jobs:
release_wrkflw:
name: Do release
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected]

Check failure on line 19 in .github/workflows/release_ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release_ci.yml" -> "PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
if: github.actor != 'dependabot[bot]'
secrets: inherit
with:
cloud: aws
validate_max_parallel: 20
test_max_parallel: 5
terratest_action: Plan # keep in mind that this has to start with capital letter
fail_fast: false
apply_timeout: 120