Skip to content

Commit

Permalink
Create refresh-nexusmods-credentials.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored May 25, 2024
1 parent 1f08647 commit 109e9a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/refresh-nexusmods-credentials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 }}

0 comments on commit 109e9a4

Please sign in to comment.