Skip to content

Update .NET test stack (major) #42

Update .NET test stack (major)

Update .NET test stack (major) #42

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
productNamespacePrefix: "ReactiveUI"
permissions:
contents: read
jobs:
build:

Check failure on line 16 in .github/workflows/ci-build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/ci-build.yml (Line: 16, Col: 3): Error calling workflow 'reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main'. The workflow is requesting 'actions: write, contents: read', but is only allowed 'actions: none, contents: none'. .github/workflows/ci-build.yml (Line: 19, Col: 11): Secret CODECOV_TOKEN is required, but not provided while calling.
permissions:
contents: none
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
with:
configuration: Release
productNamespacePrefix: "ReactiveUI"
solutionFile: "ReactiveUI.Maui.Plugins.Popup.sln"