Skip to content

Commit

Permalink
test env token for lint pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Nov 20, 2023
1 parent 74248ab commit 6d72b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.lint.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
with:
# Configure which types are allowed (newline delimited).
# Default: https://github.com/commitizen/conventional-commit-types
Expand Down

0 comments on commit 6d72b8e

Please sign in to comment.