Skip to content

Commit

Permalink
sepolia deployment config sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancient123 committed Jan 15, 2025
1 parent e41e8d8 commit 27cf850
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sgx-poster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build SGX Poster

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -63,9 +61,9 @@ jobs:
- name: Update Gramine Manifest
run: |
MANIFEST_PATH="./nitro-espresso.manifest"
echo -e '[[sgx.trusted_files]]\nuri = "file:/config/poster_config.json"\nsha256 = "${{ secrets.POSTER_CONFIG_SHA256 }}"\n' >> $MANIFEST_PATH
echo -e '[[sgx.trusted_files]]\nuri = "file:/config/poster_config.json"\nsha256 = "${{ env.POSTER_CONFIG_SHA256 }}"\n' >> $MANIFEST_PATH
env:
POSTER_CONFIG_SHA256: ${{ secrets.POSTER_CONFIG_SHA256 }}
POSTER_CONFIG_SHA256: "2d14b373eb751b1c151b9920961dde58b8f5992b525049d38b83b4e3332e5691"

- name: Run gsc build
run: ./gsc build sgx-poster ./nitro-espresso.manifest
Expand Down

0 comments on commit 27cf850

Please sign in to comment.