Skip to content

Commit a559318

Browse files
authored
Pin sync_docs.yaml version (#480)
* Pin sync_docs.yaml version 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. * Update sync_docs.yaml to pin v18 instead of v19
1 parent 106b1d1 commit a559318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@main
13+
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v18.0.0
1414
secrets:
1515
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
1616
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}

0 commit comments

Comments
 (0)