Skip to content

Commit 0cc6fe6

Browse files
committed
actions UPDATE codecov token requirement
1 parent 98dbcdc commit 0cc6fe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/devel-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if: ${{ matrix.config.name == 'Coverity' }}
140140

141141
- name: Upload to Codecov.io
142-
shell: bash
143-
working-directory: ${{ github.workspace }}/build
144-
run: bash <(curl -s https://codecov.io/bash)
142+
uses: codecov/codecov-action@main
143+
with:
144+
token: ${{ secrets.CODECOV_TOKEN }}
145145
if: ${{ matrix.config.name == 'Codecov' }}

0 commit comments

Comments
 (0)