Skip to content

fix: 403 error from github in release workflow #4

fix: 403 error from github in release workflow

fix: 403 error from github in release workflow #4

name: 'Validate PR title'
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
conventional-pr-title:
name: Conventional commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ github.token }}