Skip to content

chore: start 12.x branch #6

chore: start 12.x branch

chore: start 12.x branch #6

Workflow file for this run

name: Release
on:
push:
branches: [ master, 12.x ]
jobs:
release:

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): Error calling workflow 'node-modules/github-actions/.github/workflows/node-release.yml@master'. The nested job 'Release' is requesting 'id-token: write', but is only allowed 'id-token: none'.

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): Error calling workflow 'node-modules/github-actions/.github/workflows/node-release.yml@master'. The nested job 'Release' is requesting 'id-token: write', but is only allowed 'id-token: none'.

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): Error calling workflow 'node-modules/github-actions/.github/workflows/node-release.yml@master'. The nested job 'Release' is requesting 'id-token: write', but is only allowed 'id-token: none'.

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): Error calling workflow 'node-modules/github-actions/.github/workflows/node-release.yml@master'. The nested job 'Release' is requesting 'id-token: write', but is only allowed 'id-token: none'.

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 8, Col: 3): Error calling workflow 'node-modules/github-actions/.github/workflows/node-release.yml@master'. The nested job 'Release' is requesting 'contents: write, deployments: write, id-token: write', but is only allowed 'contents: read, deployments: none, id-token: none'.
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
checkTest: false