Merge pull request #535 from nimblehq/release/4.9.0 #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish docs to Wiki | |
on: | |
push: | |
paths: | |
- .github/wiki/** | |
branches: | |
- main | |
- master | |
jobs: | |
publish_docs_to_wiki: | |
name: Publish Wiki | |
uses: nimblehq/github-actions-workflows/.github/workflows/[email protected] | |
with: | |
USER_NAME: team-nimblehq | |
USER_EMAIL: [email protected] | |
secrets: | |
USER_TOKEN: ${{ secrets.NIMBLE_DEV_TOKEN }} |