Skip to content

feat: merge the new feature from the original one (#9) #4

feat: merge the new feature from the original one (#9)

feat: merge the new feature from the original one (#9) #4

Workflow file for this run

name: Release
on:
push:
branches: [ cur-publish ]
jobs:
release:

Check failure on line 7 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: 7, Col: 3): Error calling workflow 'eggjs/github-actions/.github/workflows/node-release.yml@master'. The nested job 'Release' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: Node.js
uses: eggjs/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
checkTest: false
install: 'npm install --legacy-peer-deps --no-package-lock --no-fund'