Skip to content

Commit

Permalink
adding aws details
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-rotemben committed Jul 6, 2023
1 parent e2747e6 commit 69e5545
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload_zip_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:

# Runs a set of commands using the runners shell
- name: Copy and zip files to s3
env:
AWS_DEFAULT_REGION: {{secrets.REGION}}
AWS_ACCESS_KEY_ID: {{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: {{secrets.AWS_SECRET_ACCESS_KEY}}
run: |
pwd=`pwd`
uploadFolder="upload"
AWS_DEFAULT_REGION = {{secrets.REGION}}
mkdir $uploadFolder
mkdir $uploadFolder/.python_packages
mkdir $uploadFolder/.python_packages/lib
Expand Down

0 comments on commit 69e5545

Please sign in to comment.