Skip to content

Commit 2cb0fa9

Browse files
authored
fix: update github secret variable name (#64)
1 parent 87c7f40 commit 2cb0fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: amannn/action-semantic-pull-request@v5.5.3
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:
2727
types: |
2828
fix
@@ -40,4 +40,4 @@ jobs:
4040
cli
4141
config
4242
parser
43-
requireScope: false
43+
requireScope: false

0 commit comments

Comments
 (0)