Skip to content

Refresh NexusMods Credentials #9

Refresh NexusMods Credentials

Refresh NexusMods Credentials #9

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: BUTR/workflows/.github/workflows/refresh-unex-nexusmods.yml@master
secrets:
NEXUSMODS_SESSION_COOKIE: ${{ secrets.NEXUSMODS_SESSION_COOKIE }}