Skip to content

Removed discord

Removed discord #5

Workflow file for this run

name: Release
concurrency: ci-${{ github.ref }}
on:
push:
branches: [ main ] # Default release branch
paths:
- 'src/**'
- '.github/workflows/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
call-workflow-nuget-release:
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 18, Col: 11): Secret webhook_url is required, but not provided while calling.
secrets:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
with:
sln-file-name: Digitalroot.Unity3d.Log
proj-file-name: Digitalroot.Unity3d.Log
skip-unit-tests: true
nuget-gh-upload: true
nuget-s3-upload: true