Skip to content

Commit

Permalink
ci: Use with to supply GitHub token to action-semantic-pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatchapon Unprasert committed Nov 7, 2024
1 parent adc91f4 commit 880f90f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/semantic-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
CI: true
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 880f90f

Please sign in to comment.