mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Update viable strict workflow (#138262)
Corresponds to https://github.com/pytorch/test-infra/pull/5775 Tested in https://github.com/pytorch/pytorch/actions/runs/11393196544/job/31700963325?pr=138262 by adding my branch to the environment and pointing the workflow at my test-infra branch and commenting out the parts that did the push + upload record to s3 Versioning would have been good for this... Pull Request resolved: https://github.com/pytorch/pytorch/pull/138262 Approved by: https://github.com/huydhn
This commit is contained in:
parent
912ea5601b
commit
666572d819
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-viablestrict.yml
vendored
4
.github/workflows/update-viablestrict.yml
vendored
|
|
@ -25,7 +25,9 @@ jobs:
|
|||
stable-branch: viable/strict
|
||||
requires: '[\"pull\", \"trunk\", \"lint\", \"linux-binary\"]'
|
||||
secret-bot-token: ${{ secrets.MERGEBOT_TOKEN }}
|
||||
rockset-api-key: ${{ secrets.ROCKSET_API_KEY }}
|
||||
clickhouse-url: ${{ secrets.CLICKHOUSE_URL }}
|
||||
clickhouse-username: ${{ secrets.CLICKHOUSE_VIABLESTRICT_USERNAME }}
|
||||
clickhouse-password: ${{ secrets.CLICKHOUSE_VIABLESTRICT_PASSWORD }}
|
||||
|
||||
- name: Authenticate to AWS with OIDC
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue