Skip to content

Release 0.0.23-1

Release 0.0.23-1 #1

Workflow file for this run

name: Workflow - release
on:
release:
types: [published]
jobs:
npm_publish:

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

View workflow run for this annotation

GitHub Actions / Workflow - release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 6, Col: 3): Error calling workflow 'topology-foundation/ts-topology/.github/workflows/npm-publish.yml@383916fb47aaad89856cd049e3bb8f586f575221'. The nested job 'publish-npm' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/release.yml (Line: 6, Col: 3): Error calling workflow 'topology-foundation/ts-topology/.github/workflows/npm-publish.yml@383916fb47aaad89856cd049e3bb8f586f575221'. The nested job 'publish-gh' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: none'.
name: Publish packages to npmjs
uses: ./.github/workflows/npm-publish.yml
build_docker_images:
name: Build Docker Images
needs:
- npm_publish
uses: ./.github/workflows/docker.yml