Skip to content

feat: initial core commit #1

feat: initial core commit

feat: initial core commit #1

name: Publish nuget package to github
on:
push:
branches: main
pull_request:
branches: main
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:

Check failure on line 12 in .github/workflows/publish-nuget.yaml

View workflow run for this annotation

GitHub Actions / Publish nuget package to github

Invalid workflow file

The workflow is not valid. .github/workflows/publish-nuget.yaml (Line: 12, Col: 5): Error calling workflow 'Greboh-School/shared-pipelines/.github/workflows/dotnet-nuget-publish.yaml@main'. The workflow is requesting 'checks: write, contents: write, packages: write, pull-requests: write, statuses: write', but is only allowed 'checks: none, contents: read, packages: read, pull-requests: none, statuses: none'.

Check failure on line 12 in .github/workflows/publish-nuget.yaml

View workflow run for this annotation

GitHub Actions / Publish nuget package to github

Invalid workflow file

The workflow is not valid. .github/workflows/publish-nuget.yaml (Line: 12, Col: 5): Error calling workflow 'Greboh-School/shared-pipelines/.github/workflows/dotnet-nuget-publish.yaml@main'. The workflow is requesting 'checks: write, contents: write, packages: write, pull-requests: write, statuses: write', but is only allowed 'checks: none, contents: read, packages: read, pull-requests: none, statuses: none'.
uses: Greboh-School/shared-pipelines/.github/workflows/dotnet-nuget-publish.yaml@main
secrets: inherit