From d73d6e1b84f2483d0f1bf1a317fc97353e1b0e07 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Thu, 23 May 2024 19:04:51 +0300 Subject: [PATCH] Update verify-unex-nexusmods.yml --- .github/workflows/verify-unex-nexusmods.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-unex-nexusmods.yml b/.github/workflows/verify-unex-nexusmods.yml index edda230..3578b0b 100644 --- a/.github/workflows/verify-unex-nexusmods.yml +++ b/.github/workflows/verify-unex-nexusmods.yml @@ -5,7 +5,7 @@ on: secrets: NEXUSMODS_API_KEY: required: true - NEXUSMOD_SESSION_COOKIE: + NEXUSMODS_COOKIES: required: true jobs: @@ -27,5 +27,5 @@ jobs: run: unex check env: UNEX_APIKEY: ${{ secrets.NEXUSMODS_API_KEY }} - UNEX_COOKIES: ${{ secrets.NEXUSMOD_SESSION_COOKIE }} + UNEX_COOKIES: ${{ secrets.NEXUSMODS_COOKIES }} shell: pwsh