Skip to content

Commit 46bf401

Browse files
authored
feat: prepare deployment on arbitrumOne Mainnet (#484)
fix: update secret name for admin private key in deployment workflow
1 parent 7e388ed commit 46bf401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# For Deployment
8585
RPC_URL: ${{ secrets.RPC_URL }}
8686
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
87-
ADMIN_PRIVATE_KEY: ${{ secrets.ADMIN_PRIVATE_KEY }}
87+
ADMIN_PRIVATE_KEY: ${{ secrets.DATAPROTECTOR_OWNER_PRIVATEKEY }} # Fix secret name
8888
POCO_ADDRESS: ${{ vars.POCO_ADDRESS }}
8989
DATASET_REGISTRY_ADDRESS: ${{ vars.DATASET_REGISTRY_ADDRESS }}
9090
run: |

0 commit comments

Comments
 (0)