Fix missing secrets in legacy checkpoint workflow (#15358)
This commit is contained in:
parent
95ae393ca8
commit
889fc50e8a
|
@ -120,5 +120,7 @@ jobs:
|
|||
needs: publish-packages
|
||||
uses: ./.github/workflows/legacy-checkpoints.yml
|
||||
with:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_KEY_ID: ${{ secrets.AWS_SECRET_KEY_ID }}
|
||||
push_to_s3: true
|
||||
create_pr: true
|
||||
|
|
Loading…
Reference in New Issue