Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
# need to print a diff.
CRATES_IO_TOKEN: ""
CRATES_IO_USERNAME: "rust-lang-owner"
ENTERPRISE_NAME: "rust-lang"
# sync-team-app-read enterprise app
ENTERPRISE_APP_ID: 2885328
ENTERPRISE_APP_INSTALLATION_ID: 110701681
ENTERPRISE_APP_SECRET_KEY: ${{ secrets.ENTERPRISE_APP_SECRET_KEY }}
# This applies pipefail, so that the tee pipeline below fails when sync-team fails.
shell: bash
run: |
Expand Down
Loading