Skip to content

chore(deps): update dotnet monorepo to 9.0.13 #1980

chore(deps): update dotnet monorepo to 9.0.13

chore(deps): update dotnet monorepo to 9.0.13 #1980

Workflow file for this run

name: Sample Build
on:
push:
branches-ignore:
- main
env:
productNamespacePrefix: "Sextant"
jobs:
build:

Check failure on line 12 in .github/workflows/build-samples.yml

View workflow run for this annotation

GitHub Actions / Sample Build

Invalid workflow file

The workflow is not valid. .github/workflows/build-samples.yml (Line: 12, Col: 3): Error calling workflow 'reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main'. The workflow is requesting 'actions: write', but is only allowed 'actions: none'. .github/workflows/build-samples.yml (Line: 15, Col: 11): Secret CODECOV_TOKEN is required, but not provided while calling.
permissions:
contents: read
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
with:
productNamespacePrefix: "Sextant"
srcFolder: "src/Sample"
solutionFile: "SextantSample.sln"