From 6962ad03027a5232a7fddbb41d629439676df2d9 Mon Sep 17 00:00:00 2001 From: Nora Shapiro Date: Mon, 18 Nov 2024 21:11:11 -0800 Subject: [PATCH] try test branch --- .github/workflows/api.yml | 2 +- .github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 2fbc371..65f6c64 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -20,7 +20,7 @@ jobs: - name: Run tests and collect coverage run: pytest --cov - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@th/fix-oidc with: use_oidc: true flags: backend \ No newline at end of file diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 6c23a3e..2fa9fbb 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -23,7 +23,7 @@ jobs: - name: Run tests and collect coverage run: npm run test - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@th/fix-oidc with: use_oidc: true flags: frontend