Skip to content

Commit

Permalink
Test: build .env file in github workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Aug 10, 2023
1 parent 3cb3d2f commit eff5d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Make .env file
uses: SpicyPizza/[email protected]
with:
envkey_PUBLIC_WEB3_STORAGE_KEY: ${{ ${{ secrets.PUBLIC_WEB3_STORAGE_KEY }} }}
envkey_PUBLIC_WEB3_STORAGE_KEY: ${{ secrets.PUBLIC_WEB3_STORAGE_KEY }}
directory: .
file_name: .env
fail_on_empty: false
Expand Down

0 comments on commit eff5d1f

Please sign in to comment.