Skip to content

Release

Release #3

Workflow file for this run

name: Release
on:
workflow_dispatch:
permissions:
contents: write
jobs:
release:

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 10, Col: 3): Error calling workflow 'reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/release.yml (Line: 20, Col: 22): Invalid secret, NUGET_API_KEY is not defined in the referenced workflow.
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
solutionFile: ReactiveUI.Binding.SourceGenerators.slnx
installWorkloads: true
secrets:
ES_USERNAME: ${{ secrets.ES_USERNAME }}
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
CREDENTIAL_ID: ${{ secrets.CREDENTIAL_ID }}
ES_TOTP_SECRET: ${{ secrets.ES_TOTP_SECRET }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}