Skip to content

Release v3.2.5

Release v3.2.5 #12

Workflow file for this run

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
name: "Stable Tag"
permissions:
contents: read
jobs:
docs:

Check failure on line 12 in .github/workflows/tag-stable.yml

View workflow run for this annotation

GitHub Actions / Stable Tag

Invalid workflow file

The workflow is not valid. .github/workflows/tag-stable.yml (Line: 12, Col: 3): Error calling workflow 'erlef/oidcc/.github/workflows/part_docs.yml@0a4614f1b1255f0f03b1cea74939d2a16fb33cb2'. The nested job 'generate' is requesting 'attestations: write, id-token: write', but is only allowed 'attestations: none, id-token: none'.
name: "Docs"
uses: ./.github/workflows/part_docs.yml
publish:
name: "Publish"
uses: ./.github/workflows/part_publish.yml
with:
releaseName: "${{ github.ref_name }}"
secrets:
HEX_API_KEY: "${{ secrets.HEX_API_KEY }}"
release:
name: "Release"
needs: ["docs"]
permissions:
contents: write
uses: ./.github/workflows/part_release.yml
with:
releaseName: "${{ github.ref_name }}"
stable: true