Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Oct 19, 2024
1 parent f31690b commit 542ef17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_INTERIM_ROLE }}
aws-region: us-east-1
role-session-name: GitHub-OIDC-frontend
role-session-name: GitHub-OIDC-data

# Step 6: Upload JSON files to S3 for inspection
- name: Upload JSON files to S3 for testing
run: |
for json_file in $(find . -name "*.json"); do
aws s3 cp $json_file s3://srophe-syriaca-front-end/json-data/ --acl public-read
aws s3 cp $json_file s3://srophe-syriaca-front-end/json-data
done
env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_REGION: us-east-1

# Step 7: Upload HTML files to S3
# - name: Sync HTML files to S3
Expand Down

0 comments on commit 542ef17

Please sign in to comment.