Skip to content

Commit

Permalink
Inherit secrets in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku committed Oct 27, 2024
1 parent 92315fc commit ad60e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build:
uses: coditory/jvm-workflows/.github/workflows/build.yml@v1
# Required to pass codecov token
secrets: inherit
with:
java-version: 21
build-command: ./gradlew build coverage

0 comments on commit ad60e05

Please sign in to comment.