Skip to content

Commit 33797a2

Browse files
committed
chore: test token for cloning
1 parent 5ead5fa commit 33797a2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/simorgh-unit-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ jobs:
3535

3636
- name: Install Unified Testing Framework
3737
run: |
38-
git config --global url."https://ws-simorgh-unified-framework:$WS_UTF_AUTH@github.com/".insteadOf "ssh://git@github.com/" --add
39-
git config --global url."https://ws-simorgh-unified-framework:$WS_UTF_AUTH@github.com/".insteadOf "git://github.com/" --add
40-
git config --global url."https://ws-simorgh-unified-framework:$WS_UTF_AUTH@github.com/".insteadOf "https://github.com/" --add
41-
git config --global user.email "DESimorghMaintainers@bbc.co.uk"
42-
git config --global user.name "ws-simorgh-unified-framework"
43-
git config --list --global
44-
curl -i -s -H "Authorization: Bearer $WS_UTF_AUTH" https://api.github.com/repos/bbc/unified-web-e2e-framework
45-
git ls-remote https://github.com/bbc/unified-web-e2e-framework.git
38+
git clone https://oauth2:$WS_UTF_AUTH@github.com/bbc/unified-web-e2e-framework.git
4639
4740
- name: Install Node Modules
4841
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)