File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ commands:
5454 steps :
5555 - restore_cache :
5656 key : bundle-{{ checksum "Gemfile.lock" }}
57- - run :
58- name : Configure Git credentials for private gems
59- command : |
60- git config --global url."https://x-access-token:${HONEYCRISP_PAT}@github.com/".insteadOf "https://github.com/"
6157 - run :
6258 name : install bundler & ruby dependencies
6359 command : |
Original file line number Diff line number Diff line change 7575 LOG_LEVEL=info \
7676 RAILS_SERVE_STATIC_FILES=enabled \
7777 RAILS_MASTER_KEY=${{ secrets.HEROKU_RAILS_MASTER_KEY }} \
78- BUNDLE_GITHUB__COM=x-access-token: ${{ secrets.HONEYCRISP_PAT }} \
78+ BUNDLE_GITHUB__COM=${{ secrets.BUNDLE_GITHUB__COM }} \
7979 FRAUD_INDICATORS_KEY=${{ secrets.FRAUD_INDICATORS_KEY }} \
8080 HEROKU_DNS_AWS_ACCESS_KEY_ID=${{ secrets.HEROKU_DNS_AWS_ACCESS_KEY_ID }} \
8181 HEROKU_DNS_SECRET_ACCESS_KEY=${{ secrets.HEROKU_DNS_SECRET_ACCESS_KEY }} \
You can’t perform that action at this time.
0 commit comments