You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,10 +139,24 @@ info: ## Gather information about the runtime environment
137
139
$(SUPER_LINTER_TEST_CONTAINER_URL)\
138
140
| sort --human
139
141
140
-
.PHONY: check-github-token
141
-
check-github-token:
142
+
.PHONY: check-github-token-file
143
+
check-github-token-file:
142
144
@if [ !-f"${GITHUB_TOKEN_PATH}" ];thenecho"Cannot find the file to load the GitHub access token: $(GITHUB_TOKEN_PATH). Create a readable file there, and populate it with a GitHub personal access token.";exit 1;fi
0 commit comments