Skip to content

Commit 0d44720

Browse files
committed
call workflow without passing any data
1 parent ccfb177 commit 0d44720

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,4 @@ jobs:
7272
run: nix --option system "${{ matrix.system }}" run .#cachix-push
7373
- name: Run static binary workflow
7474
if: success()
75-
uses: ./.github/workflows/static-binary-check.yaml
76-
with:
77-
token: ${{ secrets.GITHUB_TOKEN }}
75+
uses: juspay/omnix/.github/workflows/static-binary-check.yaml

.github/workflows/static-binary-check.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: "Static binary"
22
on:
33
workflow_call:
4-
inputs:
5-
token:
6-
required: true
7-
type: string
84

95
jobs:
106
check:

0 commit comments

Comments
 (0)