Skip to content

Commit

Permalink
[chore]update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nathsouzadev committed Apr 22, 2024
1 parent 656863d commit c5a4fc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
BRACH_NAME: ${{ github.ref_name }}

run: |
echo "CLERK_SECRET_KEY=${{ secrets.CLERK_SECRET_KEY }}" >> $GITHUB_ENV
echo "NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}" >> $GITHUB_ENV
run: docker-compose up -d

- name: Check running container
Expand Down

0 comments on commit c5a4fc0

Please sign in to comment.