Skip to content

Commit

Permalink
add ci parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Nov 17, 2024
1 parent 4857325 commit cca248a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
test_folder:
required: false
type: string
short_test:
required: false
type: string
go_race:
required: false
type: string
secrets:
reporeading_token:
required: true
Expand Down Expand Up @@ -56,11 +62,12 @@ jobs:
uses: untillpro/ci-action@master
with:
ignore: ${{ inputs.ignore_copyright }}
codecov-go-race: ${{ inputs.go_race }}
organization: 'untillpro,heeus'
token: ${{ secrets.reporeading_token }}
codecov-token: ${{ secrets.codecov_token }}
run-mod-tidy: true
codecov-go-race: true
short-test: ${{ secrets.short_test }}
run-mod-tidy: false
env:
CHARGEBEE_PUBLISHABLE_KEY: ${{ secrets.chargebee_token }}
CHARGEBEE_SITE_NAME: ${{ secrets.chargebee_sitename }}
Expand Down

0 comments on commit cca248a

Please sign in to comment.