Skip to content

Refresh NexusMods Credentials #31

Refresh NexusMods Credentials

Refresh NexusMods Credentials #31

#https://github.com/BUTR/.github/blob/master/.github/workflows/refresh-nexusmods-credentials.yml
name: Refresh NexusMods Credentials
on:
schedule:
- cron: "0 0 */10 * *"
workflow_dispatch:
env:
# Disable the .NET logo in the console output.
DOTNET_NOLOGO: true
# Disable the .NET first time experience to skip caching NuGet packages and speed up the build.
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
# Disable sending .NET CLI telemetry to Microsoft.
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
aragas-unex-refresh-nexusmods:
uses: alandtse/skyrim_vr_address_library/.github/workflows/refresh-unex-nexusmods.yml@main
secrets:
NEXUSMODS_SESSION_COOKIE: ${{ secrets.UNEX_NEXUSMODS_SESSION_COOKIE }}