Skip to content

Commit

Permalink
Pin sync_docs.yaml version (#169)
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 16, 2024
1 parent c5e7a6d commit a586d20
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@v18.0.0
secrets:
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}
Expand Down

0 comments on commit a586d20

Please sign in to comment.