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 e19866a commit 80137faCopy full SHA for 80137fa
.github/workflows/rustc-pull.yml
@@ -9,12 +9,13 @@ on:
9
jobs:
10
pull:
11
if: github.repository == 'rust-lang/rustc-dev-guide'
12
- uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
+ uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@ci-gh-app
13
with:
14
+ github-app-id: ${{ vars.APP_CLIENT_ID }}
15
zulip-stream-id: 196385
16
zulip-bot-email: "[email protected]"
17
pr-base-branch: master
18
branch-name: rustc-pull
19
secrets:
20
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
- token: ${{ secrets.GITHUB_TOKEN }}
21
+ github-app-secret: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments