Skip to content

Commit

Permalink
Pin sync_docs.yaml version (#371)
Browse files Browse the repository at this point in the history
Pins `_sync_docs.yaml` to a release instead of main. This prevents it from breaking when the new workflow is released to the public interface.
  • Loading branch information
a-velasco authored Aug 14, 2024
1 parent 5a3ce1a commit 0d0da63
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@19.0.0
secrets:
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}
Expand Down

0 comments on commit 0d0da63

Please sign in to comment.