Skip to content

Commit

Permalink
ci: update unex syntax to use env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jun 17, 2024
1 parent 838a8b2 commit 5d629e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unex-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
UNEX_SESSION_COOKIE: ${{ secrets.UNEX_NEXUSMODS_SESSION_COOKIE }}
UNEX_APIKEY: ${{ secrets.UNEX_APIKEY }}
run: |
unex check --session-cookie
unex check --session-cookie $UNEX_SESSION_COOKIE
- name: Check Nexus API Key
# https://github.com/agc93/nexus-uploader
# https://www.nexusmods.com/users/myaccount?tab=api%20access
Expand Down

0 comments on commit 5d629e4

Please sign in to comment.