Skip to content

Commit

Permalink
Quantum Cloud Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyanshuKSharma committed Nov 25, 2024
1 parent bd6c479 commit 5b3245c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/quantum-cloud-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
# Set up AWS credentials
- name: Configure AWS Credentials
run: echo "Configuring AWS credentials"
env:
AWS_ACCESS_KEY_ID: ${{AKIAXTORPNDT6JYARHV4 }}
AWS_SECRET_ACCESS_KEY: ${{ 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 }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

# Upload the quantum results to AWS S3
- name: Upload to AWS S3
Expand Down

0 comments on commit 5b3245c

Please # to comment.