Skip to content

Commit

Permalink
Let jvm build also inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 9, 2024
1 parent b9b9c81 commit 47c77ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}
jvm-version: ${{ needs.setup-build-variables.outputs['jvm-version'] }}
secrets: inherit

build-linux:
name: 🐧 Build Linux
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}
jvm-version: ${{ needs.setup-build-variables.outputs['jvm-version'] }}
secrets: inherit

build-android:
name: 🤖 Build and Assemble Android
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_on_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}
jvm-version: ${{ needs.setup-build-variables.outputs['jvm-version'] }}
secrets: inherit

build-android:
name: 🤖 Build and Assemble Android
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
godot-version: ${{ needs.setup-build-variables.outputs['godot-version'] }}
jvm-version: ${{ needs.setup-build-variables.outputs['jvm-version'] }}
secrets: inherit

build-android:
name: 🤖 Build and Assemble Android
Expand Down

0 comments on commit 47c77ee

Please sign in to comment.