From 1fea2973ed3f0bd709e88aaa6c0ff3b4458d0608 Mon Sep 17 00:00:00 2001 From: Ami Mahloof Date: Tue, 6 Feb 2024 14:32:09 -0500 Subject: [PATCH] github token added --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d2afabc..400423a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,8 @@ jobs: uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 + env: + BUNDLE_GITHUB__COM: ${{ secrets.GITHUB_TOKEN }} with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically