Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-terrier committed Jun 19, 2023
1 parent 7f961fe commit 08fed52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
working-directory: front
component: true
env:
IS_DEV: true
NEXT_PUBLIC_IS_DEV: true
CYPRESS_RECORD_KEY: ${{secrets.CYPRESS_RECORD_KEY}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NEXT_PUBLIC_IS_DEV: ${{secrets.NEXT_PUBLIC_IS_DEV}}
DB_HOST: ${{secrets.DB_HOST}}
DB_NAME: ${{secrets.DB_NAME}}
DB_PASSWORD: ${{secrets.DB_PASSWORD}}
Expand Down

0 comments on commit 08fed52

Please sign in to comment.