Skip to content

Commit f1688cb

Browse files
committed
use GH_TOKEN with gh-cli
1 parent 8298deb commit f1688cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
id: get-title
6565
env:
6666
GH_REPO: ${{ github.repository }}
67+
GH_TOKEN: ${{ github.token }}
6768
PR_NUMBER: ${{ github.event_path.pr_number }}
6869
run: |-
6970
let pr_title = (

0 commit comments

Comments
 (0)