Skip to content

Commit dd7043e

Browse files
Merge pull request #8759 from jenkins-x/codecov_token
fix: set codeconv token
2 parents e9ce660 + 36b90a5 commit dd7043e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jenkins-x-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: codecov/codecov-action@v5
2626
with:
2727
files: ./build/reports/cover.txt
28+
token: ${{ secrets.CODECOV_TOKEN }}
2829
- id: prep
2930
name: next release version
3031
uses: jenkins-x-plugins/[email protected]

0 commit comments

Comments
 (0)