Skip to content

.github/workflows/backstage-catalog-generator.yml #10

.github/workflows/backstage-catalog-generator.yml

.github/workflows/backstage-catalog-generator.yml #10

name: backstage catalog generator
on:
schedule:
- cron: '0 9 * * 1' # Runs at 9am every monday
workflow_dispatch: # Allows manual triggering of the workflow
permissions:
id-token: write # permission to request a JWT token from GitHub's OIDC and use with AWS AssumeRoleWithWebIdentity
packages: read
contents: write
pull-requests: write
jobs:
backstage-catalog:
uses: Moonpig/moonpig-eng-backstage-catalog-generator/.github/workflows/run.yml@master

Check failure on line 13 in .github/workflows/backstage-catalog-generator.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/backstage-catalog-generator.yml

Invalid workflow file

error parsing called workflow ".github/workflows/backstage-catalog-generator.yml" -> "Moonpig/moonpig-eng-backstage-catalog-generator/.github/workflows/run.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
component-name: mnpg-training-code-katas
repository-fullname: ${{ github.repository }}
repository-description: ${{ github.event.repository.description }}
commit-to-master: true
secrets: inherit