Skip to content

Commit

Permalink
fix(infra): add AWS credentials to pulumi action
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Aug 29, 2022
1 parent e073243 commit d63f3f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ceramic-promote-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
env:
ROUTE_53_ZONE: ${{ secrets.ROUTE53_ZONE_ID_PRODUCTION }}
DOMAIN: ${{ secrets.DOMAIN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_STAGING }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGING }}

0 comments on commit d63f3f7

Please sign in to comment.