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 c75d8da commit f8c0e26Copy full SHA for f8c0e26
.github/workflows/rustc-pull.yml
@@ -12,11 +12,12 @@ jobs:
12
if: github.repository == 'rust-lang/stdarch'
13
uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
14
with:
15
+ github-app-id: ${{ vars.APP_CLIENT_ID }}
16
# https://rust-lang.zulipchat.com/#narrow/channel/208962-t-libs.2Fstdarch/topic/Subtree.20sync.20automation/with/528461782
17
zulip-stream-id: 208962
18
zulip-bot-email: "[email protected]"
19
pr-base-branch: master
20
branch-name: rustc-pull
21
secrets:
22
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
- token: ${{ secrets.GITHUB_TOKEN }}
23
+ github-app-secret: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments