We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfb177 commit 0d44720Copy full SHA for 0d44720
.github/workflows/main.yaml
@@ -72,6 +72,4 @@ jobs:
72
run: nix --option system "${{ matrix.system }}" run .#cachix-push
73
- name: Run static binary workflow
74
if: success()
75
- uses: ./.github/workflows/static-binary-check.yaml
76
- with:
77
- token: ${{ secrets.GITHUB_TOKEN }}
+ uses: juspay/omnix/.github/workflows/static-binary-check.yaml
.github/workflows/static-binary-check.yaml
@@ -1,10 +1,6 @@
1
name: "Static binary"
2
on:
3
workflow_call:
4
- inputs:
5
- token:
6
- required: true
7
- type: string
8
9
jobs:
10
check:
0 commit comments