Skip to content

Commit efddcb3

Browse files
authored
moving codecov to token-based (#1228)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 27612df commit efddcb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit.yaml

+2-1
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)