Skip to content

Commit

Permalink
update: github actions secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceBaghel258025 committed Nov 16, 2023
1 parent b3df5a2 commit 4798b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
AWS_REGION: ${{secrets.AWS_REGION}}
BUCKET_NAME: ${{secrets.BUCKET_NAME}}
IMAGE_PREFIX_URL: ${{secrets.IMAGE_PREFIX_URL}}
ZEPLO_TOKEN: ${{secrets.ZEPLO_TOKEN}}
ZEPLO_SECRET: ${{secrets.ZEPLO_SECRET}}
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY}}
CLERK_SECRET_KEY: ${{secrets.CLERK_SECRET_KEY}}
NEXT_PUBLIC_CLERK_SIGN_IN_URL: ${{secrets.NEXT_PUBLIC_CLERK_SIGN_IN_URL}}
Expand Down

0 comments on commit 4798b7b

Please sign in to comment.