Skip to content

Commit 2993fe4

Browse files
ci: add RPC_URL environment variable to push secret and publish sell order steps and use only dev tag
1 parent 69bcd03 commit 2993fe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Extract tag
3535
id: tag
3636
run: |
37-
echo "clean_tag=dev-${GITHUB_SHA}" | tee -a $GITHUB_OUTPUT
37+
echo "clean_tag=dev" | tee -a $GITHUB_OUTPUT
3838
3939
docker-publish:
4040
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
@@ -121,6 +121,7 @@ jobs:
121121
MJ_SENDER: ${{ secrets.MAILJET_SENDER }}
122122
MAILGUN_APIKEY: ${{ secrets.MAILGUN_APIKEY }}
123123
WEB3MAIL_WHITELISTED_APPS: ${{ vars.WEB3MAIL_WHITELISTED_APPS }}
124+
RPC_URL: ${{ secrets.RPC_URL }}
124125
run: |
125126
cd deployment-dapp
126127
npm run push-dapp-secret
@@ -130,6 +131,7 @@ jobs:
130131
WALLET_PRIVATE_KEY: ${{ secrets.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}
131132
PRICE: ${{ inputs.price || vars.SELL_ORDER_PRICE }}
132133
VOLUME: ${{ inputs.volume || vars.SELL_ORDER_VOLUME }}
134+
RPC_URL: ${{ secrets.RPC_URL }}
133135
run: |
134136
cd deployment-dapp
135137
npm run publish-sell-order

0 commit comments

Comments
 (0)