-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: adding workflow backstage-catalog-generator.yml [ci skip]
- Loading branch information
1 parent
3c57f57
commit 6249e21
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |