We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8740c commit 52df626Copy full SHA for 52df626
.github/workflows/sync_docs.yaml
@@ -5,15 +5,14 @@ name: Sync docs from Discourse
5
on:
6
workflow_dispatch:
7
schedule:
8
- - cron: 00 00 * * *
+ - cron: '53 0 * * *' # Daily at 00:53 UTC
9
10
jobs:
11
sync-docs:
12
name: Sync docs from Discourse
13
- uses: canonical/data-platform-workflows/.github/workflows/[email protected]
14
- secrets:
15
- discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
16
- discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}
+ uses: canonical/data-platform-workflows/.github/workflows/[email protected]
+ with:
+ reviewers: a-velasco
17
permissions:
18
contents: write # Needed to push branch & tag
19
pull-requests: write # Needed to create PR
0 commit comments