From 008614caccfdb8b50fb76915330a49875d81932a Mon Sep 17 00:00:00 2001 From: Andreia Velasco Date: Thu, 13 Jun 2024 09:54:19 +0200 Subject: [PATCH] patch(_sync_docs.yaml): Updated secret keys in usage docs (#189) The `_sync_docs.md` workflow example was using incorrect keys to make the workflow call. Solved by updating the keys to the correct ones. --- .github/workflows/_sync_docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_sync_docs.md b/.github/workflows/_sync_docs.md index c353fe07..43593941 100644 --- a/.github/workflows/_sync_docs.md +++ b/.github/workflows/_sync_docs.md @@ -21,8 +21,8 @@ jobs: name: Sync docs from Discourse uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v0.0.0 secrets: - discourse_api_username: ${{ secrets.DISCOURSE_API_USERNAME }} - discourse_api_key: ${{ secrets.DISCOURSE_API_KEY }} + discourse-api-user: ${{ 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