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 ea7d456 commit 04a4880Copy full SHA for 04a4880
.github/workflows/rustc-pull.yml
@@ -8,5 +8,11 @@ on:
8
pull_request:
9
10
jobs:
11
- call-workflow-in-another-repo:
12
- uses: kobzol/josh-sync/.github/workflows/ci-pull.yml@v1
+ pull:
+ uses: kobzol/josh-sync/.github/workflows/sync.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