Skip to content

Commit

Permalink
patch(_sync_docs.yaml): Updated secret keys in usage docs (#189)
Browse files Browse the repository at this point in the history
The `_sync_docs.md` workflow example was using incorrect keys to make
the workflow call.

Solved by updating the keys to the correct ones.
  • Loading branch information
a-velasco committed Jun 13, 2024
1 parent 9e51d37 commit 008614c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_sync_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 008614c

Please sign in to comment.