Skip to content

Commit

Permalink
fix: prod action
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Sep 4, 2024
1 parent 6ebee3f commit b7a30ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
--parameter-overrides APIUrl="https://api.petercat.ai" \
WebUrl="https://www.petercat.ai" \
StaticUrl="https://static.petercat.ai" \
AWSGithubSecretName=${{ vars.AWS_GITHUB_SECRET_NAME }} \
AWSStaticSecretName=${{ vars.AWS_STATIC_SECRET_NAME }} \
AWSGithubSecretName=${{ secrets.AWS_GITHUB_SECRET_NAME }} \
AWSStaticSecretName=${{ secrets.AWS_STATIC_SECRET_NAME }} \
AWSStaticKeyPairId=${{ secrets.AWS_STATIC_KEYPAIR_ID }} \
S3TempBucketName=${{ vars.S3_TEMP_BUCKET_NAME }} \
GitHubAppID=${{ secrets.X_GITHUB_APP_ID }} \
Expand Down

0 comments on commit b7a30ac

Please sign in to comment.