Skip to content

Circleci GitHub token #677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 19, 2020
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
bf6521b
no need to validate current block height
astaphobia Feb 26, 2020
3efe15b
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Feb 26, 2020
5cfc080
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 2, 2020
64a2b5f
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 4, 2020
02dcc88
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 8, 2020
c7a37a8
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 9, 2020
da31cd1
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 10, 2020
52ca230
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 10, 2020
193fa55
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 10, 2020
5a49bba
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 11, 2020
9c65140
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 11, 2020
54157e1
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 12, 2020
310a5c8
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 13, 2020
152e97e
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 19, 2020
bd58711
Merge branch 'develop' of github.com:zoobc/zoobc-core into develop
astaphobia Mar 19, 2020
c49ff4f
token as env variable
astaphobia Mar 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
<<: *defaults
steps:
- run:
name: SSH
# command: git config --global url.ssh://[email protected]/zoobc.insteadOf https://github.com/zoobc
command: git config --global url."https://github:607ce9de25dafc1029709aee756af723c107d31f@github.com".insteadOf "https://github.com"
name: GIT CONF
command: |
git config --global url."https://github:$github_token@github.com".insteadOf "https://github.com"
- checkout
- add_ssh_keys
- run:
Expand Down