Skip to content

Commit

Permalink
Update env to caps
Browse files Browse the repository at this point in the history
  • Loading branch information
bterone committed Oct 28, 2022
1 parent 8b5569e commit a7c89e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Publish Wiki
uses: nimblehq/[email protected]
env:
user_name: Terone
user_email: [email protected]
user_access_token: ${{ secrets.USER_ACCESS_TOKEN }}
USER_NAME: Terone
USER_EMAIL: [email protected]
USER_ACCESS_TOKEN: ${{ secrets.USER_ACCESS_TOKEN }}

0 comments on commit a7c89e6

Please sign in to comment.