Fix missing secrets in legacy checkpoint workflow (#15358)

This commit is contained in:
Jirka Borovec 2022-10-27 13:45:36 +02:00 committed by GitHub
parent 95ae393ca8
commit 889fc50e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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