From 9f452942960ce1a4f1b5032b8bc8d5ddb289b512 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Wed, 20 Dec 2023 11:48:42 -0300 Subject: [PATCH] remove old stuff --- .github/actions/test-ruby/action.yml | 1 + .github/workflows/ci-check.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index 6b3bfad9..3c261a85 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -60,6 +60,7 @@ runs: - run: | cat .env + shell: bash - name: Run zeitwerk chek if: inputs.ZEITWERK == 'true' diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 0a1fe0dc..86589879 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -164,7 +164,6 @@ jobs: RUBOCOP: ${{ inputs.RUBOCOP }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONTRIBSYS_CREDENTIALS: ${{ secrets.CONTRIBSYS_CREDENTIALS }} - name: Test configs if: inputs.LANGUAGE == 'configs' || inputs.LANGUAGE == 'configs'