Skip to content

Commit

Permalink
Added github token for access
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvsav committed May 7, 2024
1 parent 3604a88 commit b836ce6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ jobs:
```
${{ steps.lint-pr-title.outputs.error_message }}
```
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ steps.lint-pr-title.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@v2
with:
header: pr-title-lint-error
delete: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b836ce6

Please sign in to comment.