Skip to content

Commit

Permalink
Use Github credential for release-cleanup (#80)
Browse files Browse the repository at this point in the history
## What is the goal of this PR?

Use GitHub credential for release-cleanup. This removes the need for adding an additional SSH key to CircleCI.
  • Loading branch information
Ganeshwara Herawan Hananda authored and haikalpribadi committed Sep 23, 2019
1 parent 9f9ad6b commit 57dae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
machine: true
steps:
- checkout
- run: git push --delete origin graql-release-branch
- run: git push --delete https://$REPO_GITHUB_TOKEN@github.com/graknlabs/graql $CIRCLE_BRANCH

workflows:
graql:
Expand Down

0 comments on commit 57dae3d

Please sign in to comment.