File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ jobs:
136136 VITE_USERSNAP_SPACE_API_KEY=${{ secrets.VITE_USERSNAP_SPACE_API_KEY }}
137137 VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED=${{ secrets.VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED }}
138138 VITE_PDF_API_URL=${{ secrets.VITE_PDF_API_URL }}
139+ VITE_IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
140+ VITE_IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
139141
140142 - name : Login to GHCR
141143 uses : docker/login-action@v2
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ jobs:
123123 VITE_USERSNAP_SPACE_API_KEY=${{ secrets.VITE_USERSNAP_SPACE_API_KEY }}
124124 VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED=${{ secrets.VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED }}
125125 VITE_PDF_API_URL=${{ secrets.VITE_PDF_API_URL }}
126+ VITE_IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
127+ VITE_IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
126128
127129 - name : Scan Docker image with Dockle
128130 id : dockle
You can’t perform that action at this time.
0 commit comments