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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
- if [ '$GITHUB_TOKEN' != '' ]; then git config --add github.oauthtoken $GITHUB_TOKEN; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
59
+
- if [ '$GITHUB_CRED' != '' ]; then git config --add github.oauthtoken $GITHUB_CRED; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
58
60
os:
59
61
- linux
60
62
script:
@@ -66,7 +68,7 @@ jobs:
66
68
- env: TASK="check install scripts"
67
69
language: sh
68
70
install:
69
-
- if [ '$GITHUB_TOKEN' != '' ]; then git config --add github.oauthtoken $GITHUB_TOKEN; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
71
+
- if [ '$GITHUB_CRED' != '' ]; then git config --add github.oauthtoken $GITHUB_CRED; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
70
72
os:
71
73
- osx
72
74
script:
@@ -81,7 +83,7 @@ jobs:
81
83
python:
82
84
- "3.6"
83
85
install:
84
-
- if [ '$GITHUB_TOKEN' != '' ]; then git config --add github.oauthtoken $GITHUB_TOKEN; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
86
+
- if [ '$GITHUB_CRED' != '' ]; then git config --add github.oauthtoken $GITHUB_CRED; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
85
87
os:
86
88
- linux
87
89
script:
@@ -96,7 +98,7 @@ jobs:
96
98
- env: TASK="check dev scripts"
97
99
language: sh
98
100
install:
99
-
- if [ '$GITHUB_TOKEN' != '' ]; then git config --add github.oauthtoken $GITHUB_TOKEN; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
101
+
- if [ '$GITHUB_CRED' != '' ]; then git config --add github.oauthtoken $GITHUB_CRED; echo setting up GitHub credentials; else echo no GitHub credentials available; fi
0 commit comments