Skip to content

Commit

Permalink
Merge pull request #9 from wu-cl/master
Browse files Browse the repository at this point in the history
feat: add token in api request header for private repos
  • Loading branch information
adrians5j authored Apr 17, 2023
2 parents 679da97 + c12108d commit 8b3a60d
Show file tree
Hide file tree
Showing 5 changed files with 31,859 additions and 27,230 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ jobs:
- uses: actions/checkout@v2

- uses: webiny/action-conventional-commits@v1.1.0
# optional, required for private repos
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Conventional Commits"
description: "Ensures that all commit messages are following the conventional-commits standard."
inputs:
GITHUB_TOKEN:
description: 'GitHub token'
required: false
runs:
using: node16
main: dist/main/index.js
Loading

0 comments on commit 8b3a60d

Please sign in to comment.