Skip to content

Commit

Permalink
🚧 debugging secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 13, 2025
1 parent 3fe5789 commit 7adb802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
run: pnpm install
- name: Write secret files
run: |
echo "${{ secrets.ENV }}" > .env
echo "${{ secrets.SERVICE_ACCOUNT }}" > service-account.json
pwd
echo "${{ secrets.ENV }}" > ./.env
echo "${{ secrets.SERVICE_ACCOUNT }}" > ./service-account.json
- name: Build
run: pnpm run build
- name: Delete secrets
Expand Down

0 comments on commit 7adb802

Please sign in to comment.