Skip to content

Commit

Permalink
fix: env (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
teguhbayu committed May 19, 2024
1 parent b6ba1ac commit ab72562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: create env
run: >
run: |
touch /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo 'DATABASE_URL=${{secrets.DATABASE_URL}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
echo 'NEXTAUTH_SECRET=${{secrets.NEXTAUTH_SECRET}}' >> /home/mokletdev/actions-runner/_work/antareja/antareja/.env.local
Expand Down

0 comments on commit ab72562

Please sign in to comment.