From c706d92d97846045c0fc4bc0bbf6652b5bc3f3d1 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 19:30:58 +0000 Subject: [PATCH] chore: created local '.github/workflows/backstage-catalog-helper.yml' from remote 'tools/sre_file_sync/backstage-catalog-helper.yml' --- .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 0000000000..ddfe9c3299 --- /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.3.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