Skip to content

Commit

Permalink
Remove secrets field
Browse files Browse the repository at this point in the history
  • Loading branch information
bterone committed Jun 15, 2022
1 parent 6ae4e4d commit 6643291
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
ref: ${{ github.head_ref }}

- name: Publish Wiki
uses: nimblehq/[email protected]1
uses: nimblehq/[email protected]2
with:
USER_EMAIL: [email protected]
USER_NAME: Terone
secrets:
USER_TOKEN: ${{ secrets.GH_TOKEN }}
USER_EMAIL: [email protected]
USER_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 6643291

Please sign in to comment.