Skip to content

Commit

Permalink
Github Migration
Browse files Browse the repository at this point in the history
Signed-off-by: csavulalfx <cavula@contractor.linuxfoundation.org>
  • Loading branch information
csavulalfx committed Mar 5, 2024
1 parent 1e3e411 commit 522a9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
run: |
aws --region us-east-1 cloudfront create-invalidation --distribution-id ${{ secrets.DISTRIBUTION_ID }} --paths "/*"
env:
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY
AWS_SECRET_KEY_ID: AWS_SECRET_KEY
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_KEY_ID: ${{ secrets.AWS_SECRET_KEY }}
STAGE: dev
ROOT_DOMAIN: dev.communitybridge.org
PRODUCT_DOMAIN: easycla.dev.communitybridge.org

0 comments on commit 522a9f9

Please sign in to comment.