Skip to content

Commit

Permalink
chore: created local '.github/workflows/backstage-catalog-helper.yml'…
Browse files Browse the repository at this point in the history
… from remote 'tools/sre_file_sync/backstage-catalog-helper.yml'
  • Loading branch information
sre-read-write[bot] authored Oct 30, 2023
1 parent 7cfe31f commit 8b9cd5a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/backstage-catalog-helper.yml
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}}

0 comments on commit 8b9cd5a

Please sign in to comment.