From c53420174d46ec5447d31deed014ee583f270e30 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Fri, 12 Jan 2024 14:58:28 -0500 Subject: [PATCH] CI: Adjust FOSSA API secret name (#14918) Signed-off-by: Matt Lord --- .github/workflows/codecov.yml | 2 +- .github/workflows/static_checks_etc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 1e4f3851411..523002644f5 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -9,7 +9,7 @@ permissions: read-all jobs: test: name: Code Coverage - runs-on: ubuntu-22.04 + runs-on: gh-hosted-runners-4cores-1 steps: - name: Check out code diff --git a/.github/workflows/static_checks_etc.yml b/.github/workflows/static_checks_etc.yml index 1013ccbf96c..4be7721c119 100644 --- a/.github/workflows/static_checks_etc.yml +++ b/.github/workflows/static_checks_etc.yml @@ -42,7 +42,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: fossa-contrib/fossa-action@v2 with: - fossa-api-key: ${{secrets.fossaApiKey}} + fossa-api-key: ${{ secrets.FOSSA_API_KEY }} - name: Check for changes in Go files if: steps.skip-workflow.outputs.skip-workflow == 'false'