Skip to content

Commit

Permalink
Update sync_docs.yaml (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-velasco authored Aug 20, 2024
1 parent 64b94d2 commit 3316ac8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
secrets:
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
with:
reviewers: a-velasco,izmalk
permissions:
contents: write # Needed to push branch & tag
pull-requests: write # Needed to create PR

0 comments on commit 3316ac8

Please sign in to comment.