Skip to content

Commit

Permalink
Use https git clones in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Aug 27, 2021
1 parent 4995c40 commit 4273ddb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
- name: Get other system specs
run: uname -a

- name: Configure git to use HTTPS
run: git config --global url."https://${{ secrets.AUTOMATED_GITHUB_PAT }}:x-oauth-basic@github.com".insteadOf ssh://git@github.com

- name: Clone Desktop repo
uses: actions/checkout@v2
- name: Clone Mock-Server repo
uses: actions/checkout@v2
with:
repository: 'signalapp/Mock-Signal-Server-Private'
path: 'Mock-Server'
ref: 'alpha'
ref: 'main'
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}

- name: Setup node.js
Expand Down

0 comments on commit 4273ddb

Please sign in to comment.