From 14817e75c74fe2d2322fc5d134319bdebf16ef67 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 15 Dec 2023 09:41:08 -0800 Subject: [PATCH] Remove contribsys --- .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 184adad8..d45fff77 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()