From 760230fa804ee0718d1d48c0ce4206248d7858a6 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 15 Dec 2023 09:44:11 -0800 Subject: [PATCH] Remove contribsys (#175) --- .github/actions/test-ruby/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index 0c62ea9d..6a3cb4c1 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -120,8 +120,6 @@ runs: run: | bundle exec rspec -f j -o tmp/rspec_results.json -f p shell: bash - env: - CONTRIBSYS_CREDENTIALS: ${{ env.CONTRIBSYS_CREDENTIALS }} - name: RSpec Report if: always()