Skip to content

Commit 54dfc48

Browse files
committed
with
1 parent faac55c commit 54dfc48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ jobs:
7373
- name: Run static binary workflow
7474
if: success()
7575
uses: ./.github/workflows/static-binary-check.yaml
76-
secrets:
77-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76+
with:
77+
secrets:
78+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)