Skip to content

Commit

Permalink
fix(ci): pass the secrets to check properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed Apr 13, 2024
1 parent bf1a9ce commit a5e882c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
type: string
required: false
default: '.'
secrets:
GRADLE_ENCRYPTION_KEY:
required: true
CODECOV_TOKEN:
required: false

jobs:
gradle-check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/java-example-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
uses: ./.github/workflows/check.yml
with:
projectDir: 'examples/java'
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/kotlin-example-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
uses: ./.github/workflows/check.yml
with:
projectDir: 'examples/kotlin'
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/loxone-client-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ on:
jobs:
call-check:
uses: ./.github/workflows/check.yml
secrets: inherit

0 comments on commit a5e882c

Please sign in to comment.