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'