Skip to content

Commit a8465b4

Browse files
author
Ahmad Nassri
committed
fix(gh): gh needs to login
1 parent 341b1a7 commit a8465b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/index.sh

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ HEADERS=(
3131
"application/vnd.github.nebula-preview+json"
3232
)
3333

34+
gh auth login --with-token
35+
3436
ARGS=$(printf -- "-H 'Accept: %s' " "${HEADERS[@]}")
3537

3638
for NAME in "${!ENDPOINTS[@]}"; do

0 commit comments

Comments
 (0)