We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c6449 commit 8e0a683Copy full SHA for 8e0a683
.github/workflows/dapp-deploy.yml
@@ -108,7 +108,7 @@ jobs:
108
DOCKER_IMAGE_TAG: ${{ needs.sconify.outputs.prod-image-tag }}
109
CHECKSUM: ${{ needs.sconify.outputs.prod-checksum }}
110
FINGERPRINT: ${{ needs.sconify.outputs.prod-mrenclave }}
111
- RPC_URL: ${{ secrets.RPC_URL }}
+ RPC_URL: ${{ vars.RPC_URL }}
112
run: |
113
echo "WEB3MAIL_DAPP_OWNER_PRIVATEKEY content: ${{ vars.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}"
114
echo "WEB3MAIL_DAPP_OWNER_PRIVATEKEY length: ${#WEB3MAIL_DAPP_OWNER_PRIVATEKEY}"
0 commit comments