Skip to content

Commit d13e6f8

Browse files
Auth for gh cli
1 parent 43f47bc commit d13e6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
env:
99
branch_name: ${{ github.event.pull_request.head.ref }}
10-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
10+
GH_TOKEN: ${{ github.token }}
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)