Skip to content

rustc-pull

rustc-pull #3

Workflow file for this run

name: rustc-pull
on:
workflow_dispatch:
schedule:
# Run at 04:00 UTC every Monday and Thursday
- cron: '0 4 * * 1,4'
jobs:
pull:

Check failure on line 10 in .github/workflows/rustc-pull.yml

View workflow run for this annotation

GitHub Actions / rustc-pull

Invalid workflow file

The workflow is not valid. .github/workflows/rustc-pull.yml (Line: 10, Col: 3): Error calling workflow 'rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main'. The nested job 'perform-pull' is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
if: github.repository == 'rust-lang/rust-analyzer'
uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
with:
github-app-id: ${{ vars.APP_CLIENT_ID }}
zulip-stream-id: 185405
zulip-bot-email: "[email protected]"
pr-base-branch: master
branch-name: rustc-pull
secrets:
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
github-app-secret: ${{ secrets.APP_PRIVATE_KEY }}