Skip to content

Commit

Permalink
ci: remove unnecessary indirection
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Jan 10, 2025
1 parent f4faefc commit 44fb375
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ jobs:
build:
name: Code
uses: ./.github/workflows/zxc-build-plugins.yaml
secrets:
gradle-cache-username: ${{ secrets.GRADLE_CACHE_USERNAME }}
gradle-cache-password: ${{ secrets.GRADLE_CACHE_PASSWORD }}
7 changes: 0 additions & 7 deletions .github/workflows/zxc-build-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
name: "ZXC: Compile"
on:
workflow_call:
secrets:
gradle-cache-username:
description: "The username used to authenticate with the Gradle Build Cache Node."
required: true
gradle-cache-password:
description: "The password used to authenticate with the Gradle Build Cache Node."
required: true

defaults:
run:
Expand Down

0 comments on commit 44fb375

Please sign in to comment.