Skip to content

Commit 67ce8bb

Browse files
fix: add optional environment secrets to reusable workflow for secure access
1 parent 03364a0 commit 67ce8bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ on:
5555

5656
WEB3MAIL_DAPP_OWNER_PRIVATEKEY:
5757
description: 'Private key for dapp owner wallet'
58-
required: true
58+
required: false
5959
RPC_URL:
6060
description: 'RPC URL for blockchain connection'
61-
required: true
61+
required: false
6262
WEB3MAIL_WHITELIST_CONTRACT_ADDRESS:
6363
description: 'Whitelist contract address'
64-
required: true
64+
required: false
6565

6666
jobs:
6767
docker-publish:

0 commit comments

Comments
 (0)