Skip to content

Commit

Permalink
chore(ci): Conventional Commits GitHub Action uses built-in token
Browse files Browse the repository at this point in the history
Longhorn 8824

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jul 29, 2024
1 parent 4346be5 commit b50037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Lint Pull Request
uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
Expand Down

0 comments on commit b50037c

Please sign in to comment.