Skip to content

Commit ea92600

Browse files
authored
Merge pull request #2741 from IntersectMBO/test
chore: add missing ipfs secrets to workflows
2 parents 8ebb47f + 3a13e23 commit ea92600

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
@@ -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

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)