From e687222998a6efdd6fd0fe2f1f7afefa9c243ea7 Mon Sep 17 00:00:00 2001 From: "sre-read-write[bot]" <92993749+sre-read-write[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:15:47 -0400 Subject: [PATCH] chore: created local '.github/workflows/backstage-catalog-helper.yml' from remote 'tools/sre_file_sync/backstage-catalog-helper.yml' (#1507) Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com> --- .github/workflows/backstage-catalog-helper.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/backstage-catalog-helper.yml diff --git a/.github/workflows/backstage-catalog-helper.yml b/.github/workflows/backstage-catalog-helper.yml new file mode 100644 index 000000000..6a9863317 --- /dev/null +++ b/.github/workflows/backstage-catalog-helper.yml @@ -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/backstage-catalog-info-helper-action@v0.2.0 + 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}} \ No newline at end of file