We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deecf75 commit bc2d1b1Copy full SHA for bc2d1b1
entrypoint.sh
@@ -32,6 +32,7 @@ elif [ -n "${PERSONAL_TOKEN}" ]; then
32
elif [ -n "${GITHUB_TOKEN}" ]; then
33
34
print_info "setup with GITHUB_TOKEN"
35
+ print_error "Do not use GITHUB_TOKEN, See #9"
36
37
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
38
0 commit comments