Skip to content

Commit 45e2d02

Browse files
authored
Merge pull request #2766 from IntersectMBO/test
chore: add missing ipfs envs for validation service
2 parents ff16eb6 + 857c873 commit 45e2d02

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/merge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
VITE_PDF_API_URL=${{ secrets.VITE_PDF_API_URL }}
139139
VITE_IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
140140
VITE_IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
141+
IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
142+
IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
141143
142144
- name: Login to GHCR
143145
uses: docker/login-action@v2

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
VITE_PDF_API_URL=${{ secrets.VITE_PDF_API_URL }}
126126
VITE_IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
127127
VITE_IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
128+
IPFS_GATEWAY=${{ secrets.IPFS_GATEWAY }}
129+
IPFS_PROJECT_ID=${{ secrets.IPFS_PROJECT_ID }}
128130
129131
- name: Scan Docker image with Dockle
130132
id: dockle

0 commit comments

Comments
 (0)