diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 34e0dc0..1d48aba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,8 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # runs bundle install and caches installed gems automatically + - env: + GEMFURY_DEPLOY_TOKEN: ${{ secrets.GEMFURY_DEPLOY_TOKEN }} - run: | bundle config gem.fury.io $GEMFURY_DEPLOY_TOKEN bundle exec rake