Skip to content

Commit ac771e7

Browse files
grokspawnci-robot
authored and
ci-robot
committed
moving codecov to token-based (#1228)
Signed-off-by: Jordan Keister <[email protected]> Upstream-repository: operator-registry Upstream-commit: efddcb3e6fd7e972235223b63c599691a0321e10
1 parent b4ca244 commit ac771e7

File tree

1 file changed

+2
-1
lines changed
  • staging/operator-registry/.github/workflows

1 file changed

+2
-1
lines changed

staging/operator-registry/.github/workflows/unit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
go-version-file: "go.mod"
2020
- run: make unit
2121
- run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
22-
- uses: codecov/codecov-action@v3
22+
- uses: codecov/codecov-action@v4
2323
with:
2424
files: coverage.out
2525
functionalities: fixes
26+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)