From 94fc8dc7337a3d9af324be8776f97e10e15ae0c8 Mon Sep 17 00:00:00 2001 From: ryota-sakamoto Date: Tue, 16 Mar 2021 03:32:59 +0900 Subject: [PATCH] codecov supports tokenless upload (#205) Signed-off-by: Ryota Sakamoto --- .github/workflows/ci.yaml | 1 - .github/workflows/release.yaml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 682262a4..0f993020 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,6 @@ jobs: GOROOT: "" - uses: codecov/codecov-action@v1 with: - token: ${{ secrets.CODECOV_TOKEN }} #required file: ./coverage.out publish: if: github.event_name == 'push' && github.ref == 'refs/heads/master' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c75b21d..9b823669 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,6 @@ jobs: GOROOT: "" - uses: codecov/codecov-action@v1 with: - token: ${{ secrets.CODECOV_TOKEN }} #required file: ./coverage.out publish: runs-on: ubuntu-latest @@ -68,4 +67,4 @@ jobs: ghcr.io/argoproj-labs/argocd-notifications:${{ env.IMAGE_TAG }} file: ./Dockerfile build-args: | - IMAGE_TAG=${{ env.IMAGE_TAG }} \ No newline at end of file + IMAGE_TAG=${{ env.IMAGE_TAG }}