Skip to content

Commit ca57911

Browse files
author
Local User
committed
fix: add GH_TOKEN to test-gh-cli job
1 parent 1403ad6 commit ca57911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
test-gh-cli:
4141
name: "Test GH CLI"
4242
runs-on: ubuntu-latest
43+
env:
44+
GH_TOKEN: ${{ github.token }}
4345
steps:
4446
- uses: actions/checkout@v4
4547

0 commit comments

Comments
 (0)