Skip to content

Commit 8e0a683

Browse files
ci: change RPC_URL from secrets to vars in deploy dapp contract step
1 parent 44c6449 commit 8e0a683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
DOCKER_IMAGE_TAG: ${{ needs.sconify.outputs.prod-image-tag }}
109109
CHECKSUM: ${{ needs.sconify.outputs.prod-checksum }}
110110
FINGERPRINT: ${{ needs.sconify.outputs.prod-mrenclave }}
111-
RPC_URL: ${{ secrets.RPC_URL }}
111+
RPC_URL: ${{ vars.RPC_URL }}
112112
run: |
113113
echo "WEB3MAIL_DAPP_OWNER_PRIVATEKEY content: ${{ vars.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}"
114114
echo "WEB3MAIL_DAPP_OWNER_PRIVATEKEY length: ${#WEB3MAIL_DAPP_OWNER_PRIVATEKEY}"

0 commit comments

Comments
 (0)