Skip to content

Commit c1d4896

Browse files
authored
Don't log GitHub token on CI (#1555)
1 parent a7bd5f6 commit c1d4896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sdk-registry-upload:
3838
./gradlew mapboxSDKRegistryUpload
3939

4040
sdk-registry-publish:
41-
if [ -z "$(GITHUB_TOKEN)" ]; then \
41+
@if [ -z "$(GITHUB_TOKEN)" ]; then \
4242
echo "GITHUB_TOKEN env variable has to be set"; \
4343
else \
4444
python3 -m pip install git-pull-request; \

0 commit comments

Comments
 (0)