Skip to content

fix: handle digits after separator in defaultCamelize (#301) #3

fix: handle digits after separator in defaultCamelize (#301)

fix: handle digits after separator in defaultCamelize (#301) #3

Workflow file for this run

name: Release for 5.x
on:
push:
branches: [ 5.x ]
jobs:
release:

Check failure on line 7 in .github/workflows/release-5.x.yml

View workflow run for this annotation

GitHub Actions / Release for 5.x

Invalid workflow file

The workflow is not valid. .github/workflows/release-5.x.yml (Line: 7, Col: 3): Error calling workflow 'eggjs/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: eggjs/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}