Skip to content

Commit

Permalink
fix(gh/worfklow): build
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed May 9, 2024
1 parent de47dc2 commit 06b55c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ jobs:
- name: Update permissions
run: (cd ./packages/api-gramine/bazk-build && chmod +x *)

- name: Create .env file
run: |
echo "ACCOUNT_MNEMONIC=${{ secrets.ACCOUNT_MNEMONIC }}" > ./packages/api-gramine/.env
echo "PINATA_API_KEY=${{ secrets.PINATA_API_KEY }}" >> ./packages/api-gramine/.env
echo "PINATA_API_SECRET=${{ secrets.PINATA_API_SECRET }}" >> ./packages/api-gramine/.env
echo "TEST_MODE=false" >> ./packages/api-gramine/.env
echo "SGX_ENABLED=${{ secrets.SGX_ENABLED }}" >> ./packages/api-gramine/.env
echo "IAS_SPID=${{ secrets.IAS_SPID }}" >> ./packages/api-gramine/.env
echo "IAS_API_KEY=${{ secrets.IAS_API_KEY }}" >> ./packages/api-gramine/.env
- name: Build app
run: yarn api-gramine build

Expand Down

0 comments on commit 06b55c3

Please sign in to comment.