Skip to content

Commit

Permalink
ci: Migrate aws creds to managed IAM
Browse files Browse the repository at this point in the history
Migrates our current credentials for AWS to managed IAM users so that we
can scale our user set without having to be active in doing it.

Signed-off-by: Eli Uriegas <eliuriegasfb.com>

Pull Request resolved: pytorch#73516
  • Loading branch information
seemethere authored and pytorchmergebot committed Mar 1, 2022
1 parent 554169f commit ebf0ca3
Show file tree
Hide file tree
Showing 14 changed files with 264 additions and 264 deletions.
4 changes: 2 additions & 2 deletions .github/templates/upload.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
PKG_DIR: "${{ runner.temp }}/artifacts"
UPLOAD_SUBFOLDER: "${{ env.DESIRED_CUDA }}"
# When running these on pull_request events these should be blank
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
ANACONDA_API_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
run: |
docker run --rm -i \
Expand Down
64 changes: 32 additions & 32 deletions .github/workflows/generated-linux-binary-conda.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebf0ca3

Please sign in to comment.