Skip to content

Commit

Permalink
Fix AWS credentials for installer release (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneary authored Jan 15, 2024
1 parent 9a0da4b commit c10ddbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-runtime-installer-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
stage: 'production'
version: ${{ needs.get-version.outputs.version }}
secrets:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_STAGING }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGING }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-cloudfront-distribution-id: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION }}

0 comments on commit c10ddbe

Please sign in to comment.