Skip to content

Commit

Permalink
Updated workflow files to pass CODECOV_TOKEN as input
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisllontop committed Jun 8, 2024
1 parent 0fab8b2 commit 3ce926e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ concurrency:
jobs:
test:
uses: ./.github/workflows/test.yml
secrets:
with:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build and Test

on:
workflow_call:
inputs:
CODECOV_TOKEN:
required: true
type: string

jobs:
build_and_test:
Expand Down

0 comments on commit 3ce926e

Please sign in to comment.