Skip to content

chore(workflow): remove unnecessary secret in workflow #9

chore(workflow): remove unnecessary secret in workflow

chore(workflow): remove unnecessary secret in workflow #9

Workflow file for this run

name: "Lint PR"
on:
pull_request:
branches: [main]
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
chore
revert
requireScope: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}