Skip to content

Commit

Permalink
update ci for legacy upload (#18316)
Browse files Browse the repository at this point in the history
* update ci for legacy upload

* docs

(cherry picked from commit c98fb36)
  • Loading branch information
Borda authored and lantiga committed Aug 16, 2023
1 parent d2d9711 commit 34c3fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_legacy-checkpoints.yml
Expand Up @@ -117,8 +117,8 @@ jobs:
- name: Upload checkpoints to S3
working-directory: ${{ env.legacy_dir }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PUB_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PUB_SECRET_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
run: |
aws s3 sync $AWS_RUN checkpoints/ s3://pl-public-data/legacy/checkpoints/
Expand Down
4 changes: 2 additions & 2 deletions docs/source-pytorch/upgrade/migration_guide.rst
@@ -1,5 +1,5 @@
Guide how to upgrade to the 2.0 version
#######################################
2.0 upgrade guide
#################

The following section will guide you through updating to the 2.0 release.

Expand Down

0 comments on commit 34c3fb9

Please sign in to comment.