Skip to content

Commit

Permalink
fix: no, dont use with
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 3, 2023
1 parent 9b36746 commit 08ab39b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ runs:
- id: codecov-ats
run: ./codecov_ats.sh
shell: bash
with:
env:
CODECOV_TOKEN: ${{ inputs.token }}
CODECOV_STATIC_TOKEN: ${{ inputs.static_token }}
6 changes: 6 additions & 0 deletions codecov_ats.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
set -x

echo "token:"
echo $CODECOV_TOKEN


pip install codecov-cli

codecovcli create-commit -t ${CODECOV_TOKEN} || >&2 echo 'Codecov: Failed to properly create commit'
Expand Down

0 comments on commit 08ab39b

Please sign in to comment.