Skip to content

Refactor badge URLs in README.md (#62) #12

Refactor badge URLs in README.md (#62)

Refactor badge URLs in README.md (#62) #12

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
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/npm-release.yml@master'. The nested job 'Release' is requesting 'contents: write, deployments: write, issues: write, pull-requests: write, id-token: write', but is only allowed 'contents: read, deployments: none, issues: none, pull-requests: none, id-token: none'.
name: NPM
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
secrets:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}