Skip to content

5.0.6

5.0.6 #107

Workflow file for this run

name: Publish release
on:
release:
types: [ published ]
jobs:
release:

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

View workflow run for this annotation

GitHub Actions / Publish release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 7, Col: 3): Error calling workflow 'navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main'. The nested job 'build' is requesting 'contents: read', but is only allowed 'contents: none'.
name: Feature
permissions:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: ${{ github.event.release.tag_name }}
secrets: inherit