Skip to content

Prepare

Prepare #1

Workflow file for this run

name: Prepare
# doc: https://docs.github.com/en/actions
# variables: https://docs.github.com/en/actions/learn-github-actions/environment-variables
# secrets: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#example-17
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: false
default: 'warning'
jobs:
version_increment:

Check failure on line 22 in .github/workflows/prepare-nuget.yml

View workflow run for this annotation

GitHub Actions / Prepare

Invalid workflow file

The workflow is not valid. .github/workflows/prepare-nuget.yml (Line: 22, Col: 3): Error calling workflow 'bnayae/open-workflows/.github/workflows/dotnet-increment-version.yml@main'. The nested job 'version_increment' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: bnayae/open-workflows/.github/workflows/dotnet-increment-version.yml@main