Skip to content

Workflow file for this run

name: Test, release and publish
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yaml
release:

Check failure on line 11 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Test, release and publish

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 11, Col: 3): Error calling workflow 'conka8/Questionnare_backend/.github/workflows/release.yaml@ab1aa97dd241543fbcfcffaf65e31852d4ed46a2'. The nested job 'release' is requesting 'contents: write, id-token: write', but is only allowed 'contents: read, id-token: none'.
uses: ./.github/workflows/release.yaml
needs: test
secrets: inherit