Skip to content

Commit f2ebaa1

Browse files
authored
TBE-304 Make a classical PAT for honeycrisp access (#6107)
1 parent f09178b commit f2ebaa1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/heroku-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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 }} \

0 commit comments

Comments
 (0)