Skip to content

Commit

Permalink
Allow Codecov token secret to be passed in
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Apr 26, 2024
1 parent fad2123 commit 9037e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ on:
required: false
default: ''
description: "Additional 'swift test' flags to be applied on when testing on all platforms."
secrets:
CODECOV_TOKEN:
required: false
env:
PACKAGE_ROOT: ${{ inputs.package_root != '' && format('--package-path={0}', inputs.package_root) || '' }}
EXTRA_FLAGS: ${{ inputs.extra_flags }}
Expand Down

0 comments on commit 9037e79

Please sign in to comment.