Skip to content

Commit 11dc83a

Browse files
committed
WIP
1 parent ea7d456 commit 11dc83a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rustc-pull.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ on:
88
pull_request:
99

1010
jobs:
11-
call-workflow-in-another-repo:
12-
uses: kobzol/josh-sync/.github/workflows/ci-pull.yml@v1
11+
pull:
12+
uses: kobzol/josh-sync/.github/workflows/rustc-pull.yml@master
13+
# with:
14+
# zulip-stream-id: 1
15+
# zulip-bot-email: [email protected]
16+
secrets:
17+
zulip-api-token: FOO
18+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)