From 3316ac85d7ebf80d38f9009ae5d43b25c2880425 Mon Sep 17 00:00:00 2001 From: Andreia Velasco Date: Tue, 20 Aug 2024 14:27:49 +0200 Subject: [PATCH] Update sync_docs.yaml (#588) --- .github/workflows/sync_docs.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 00a7e88f5c..983ca8e8bb 100644 --- a/.github/workflows/sync_docs.yaml +++ b/.github/workflows/sync_docs.yaml @@ -5,15 +5,14 @@ name: Sync docs from Discourse on: workflow_dispatch: schedule: - - cron: 00 01 * * * + - cron: '53 0 * * *' # Daily at 00:53 UTC jobs: sync-docs: name: Sync docs from Discourse - uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v20.0.1 - secrets: - discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }} - discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }} + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v20.0.1 + with: + reviewers: a-velasco,izmalk permissions: contents: write # Needed to push branch & tag pull-requests: write # Needed to create PR