Skip to content

Commit 03364a0

Browse files
fix: add missing secrets to reusable workflow for environment secrets access
1 parent e6bffb9 commit 03364a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/reusable-dapp-deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ on:
5353
description: 'Mailgun API Key'
5454
required: true
5555

56+
WEB3MAIL_DAPP_OWNER_PRIVATEKEY:
57+
description: 'Private key for dapp owner wallet'
58+
required: true
59+
RPC_URL:
60+
description: 'RPC URL for blockchain connection'
61+
required: true
62+
WEB3MAIL_WHITELIST_CONTRACT_ADDRESS:
63+
description: 'Whitelist contract address'
64+
required: true
65+
5666
jobs:
5767
docker-publish:
5868
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)