Skip to content

Commit

Permalink
ci: adding workflow backstage-catalog-generator.yml [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonpig-GitHub committed Aug 1, 2024
1 parent 3c57f57 commit 6249e21
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/backstage-catalog-generator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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
with:
component-name: mnpg-training-code-katas
repository-fullname: ${{ github.repository }}
repository-description: ${{ github.event.repository.description }}
commit-to-master: true
secrets: inherit

0 comments on commit 6249e21

Please sign in to comment.