Skip to content

docs: Add permissions (#215 by @natterstefan) #90

docs: Add permissions (#215 by @natterstefan)

docs: Add permissions (#215 by @natterstefan) #90

Workflow file for this run

name: 'Release'
on:
push:
branches:
- main
permissions:
contents: read
deployments: write
issues: write
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn build
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}