Skip to content

add secret map (#62) #101

add secret map (#62)

add secret map (#62) #101

Workflow file for this run

name: NET
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [published]
jobs:
build:
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build.yml@main
with:
configuration: Release
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / NET

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 22): Invalid secret, NUGET_API_KEY is not defined in the referenced workflow.