We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341b1a7 commit a8465b4Copy full SHA for a8465b4
scripts/index.sh
@@ -31,6 +31,8 @@ HEADERS=(
31
"application/vnd.github.nebula-preview+json"
32
)
33
34
+gh auth login --with-token
35
+
36
ARGS=$(printf -- "-H 'Accept: %s' " "${HEADERS[@]}")
37
38
for NAME in "${!ENDPOINTS[@]}"; do
0 commit comments