-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: synced file(s) with cds-snc/site-reliability-engineering (#348)
* chore: synced local '.github/workflows/s3-backup.yml' with remote 'tools/sre_file_sync/s3-backup.yml' * chore: created local '.github/workflows/backstage-catalog-helper.yml' from remote 'tools/sre_file_sync/backstage-catalog-helper.yml' --------- Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7761904
commit 51ab1e2
Showing
2 changed files
with
25 additions
and
3 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,16 @@ | ||
name: Backstage Catalog Info Helper | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
|
||
jobs: | ||
update-catalog-info: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Update catalog-info.yaml | ||
uses: cds-snc/[email protected] | ||
with: | ||
github-app-id: ${{ secrets.SRE_BOT_RW_APP_ID }} | ||
github-app-private-key: ${{ secrets.SRE_BOT_RW_APP_PRIVATE_KEY }} | ||
github-organization: ${{ github.repository_owner}} |
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