Skip to content

Sync docs from Discourse #3

Sync docs from Discourse

Sync docs from Discourse #3

Workflow file for this run

# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
name: Sync docs from Discourse
on:
workflow_dispatch:
schedule:
- cron: 50 00 * * *
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/[email protected]

Check failure on line 13 in .github/workflows/sync_docs.yaml

View workflow run for this annotation

GitHub Actions / Sync docs from Discourse

Invalid workflow file

The workflow is not valid. .github/workflows/sync_docs.yaml (Line: 13, Col: 11): Secret discourse-api-user is required, but not provided while calling. .github/workflows/sync_docs.yaml (Line: 13, Col: 11): Secret discourse-api-key is required, but not provided while calling.
secrets:
discourse_api_username: ${{ secrets.DISCOURSE_API_USERNAME }}
discourse_api_key: ${{ secrets.DISCOURSE_API_KEY }}
permissions:
contents: write # Needed to push branch & tag
pull-requests: write # Needed to create PR