From 2b705af7f5c90a961c9a08a888c25ecb256f9e82 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sat, 1 Jul 2023 15:39:51 +0300 Subject: [PATCH] Update verify-unex-nexusmods.yml --- .github/workflows/verify-unex-nexusmods.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-unex-nexusmods.yml b/.github/workflows/verify-unex-nexusmods.yml index a216fec..531dd2d 100644 --- a/.github/workflows/verify-unex-nexusmods.yml +++ b/.github/workflows/verify-unex-nexusmods.yml @@ -24,7 +24,7 @@ jobs: shell: pwsh - name: Check NexusUploader credentials - run: unex check; + run: unex check env: UNEX_APIKEY: ${{ secrets.NEXUSMODS_API_KEY }} UNEX_COOKIES: ${{ secrets.NEXUSMODS_COOKIES }}