Skip to content

Commit

Permalink
Pin sync_docs.yaml version (#395)
Browse files Browse the repository at this point in the history
Pins `_sync_docs.yaml` to a release instead of `main`. This prevents the
workflow from breaking when a new sync_docs is released to the public
interface.
  • Loading branch information
a-velasco authored Aug 14, 2024
1 parent 8649727 commit 1a1be8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@main
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@16.7.0
secrets:
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}
Expand Down

0 comments on commit 1a1be8a

Please sign in to comment.