Skip to content

Commit

Permalink
ci: update refresh secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jun 17, 2024
1 parent 9a37ba5 commit f0d967e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh-unex-nexusmods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Refresh UNEX Credentials for NexusMods
on:
workflow_call:
secrets:
UNEX_NEXUSMODS_SESSION_COOKIE:
NEXUSMODS_SESSION_COOKIE:
required: true

jobs:
Expand All @@ -24,5 +24,5 @@ jobs:
- name: Refresh NexusUploader credentials
run: unex refresh
env:
UNEX_SESSION_COOKIE: ${{ secrets.UNEX_NEXUSMODS_SESSION_COOKIE }}
UNEX_SESSION_COOKIE: ${{ secrets.NEXUSMODS_SESSION_COOKIE }}
shell: pwsh

0 comments on commit f0d967e

Please sign in to comment.