Skip to content

chore: add GH_TOKEN for semantic-release #2

chore: add GH_TOKEN for semantic-release

chore: add GH_TOKEN for semantic-release #2

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
permissions:

Check failure on line 10 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
contents: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.17.1
- run: npm ci --ignore-scripts
- run: npm run release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
i