Skip to content

Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#79) #31

Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#79)

Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#79) #31

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
techdocs:

Check failure on line 9 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 9, Col: 3): Error calling workflow 'coopnorge/github-workflow-techdocs/.github/workflows/techdocs.yaml@v0'. The nested job 'setup' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
permissions:
contents: read
id-token: write
packages: read
name: TechDocs
uses: coopnorge/github-workflow-techdocs/.github/workflows/techdocs.yaml@v0
build:
if: always()
needs:
- techdocs
runs-on: ubuntu-latest
steps:
- run: exit 1
if: |
needs.techdocs.result == 'failure'