Skip to content

Commit

Permalink
[#436] Fix invalid workflow bug for publish wiki workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mosharaf13 committed Jul 6, 2023
1 parent 46573c2 commit ab44f03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .template/addons/github/.github/workflows/publish_wiki.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
- .github/wiki/**
branches:
- develop

env:
USER_EMAIL: ${{ secrets.GH_EMAIL }}
jobs:
publish:
name: Publish Wiki
uses: nimblehq/github-actions-workflows/.github/workflows/[email protected]
with:
USER_NAME: github-wiki-workflow
USER_EMAIL: ${{ secrets.GH_EMAIL }}
USER_EMAIL: $USER_EMAIL
secrets:
USER_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit ab44f03

Please sign in to comment.