Skip to content

Commit cce1b35

Browse files
committed
fix: correct syntax error in ADMIN_ADDRESS variable assignment
1 parent 90775fe commit cce1b35

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
@@ -85,7 +85,7 @@ jobs:
8585
RPC_URL: ${{ secrets.RPC_URL }}
8686
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
8787
ADMIN_PRIVATE_KEY: ${{ secrets.ADMIN_PRIVATE_KEY }}
88-
ADMIN_ADDRESS: ${{ vars.ADMIN_ADDRESS }
88+
ADMIN_ADDRESS: ${{ vars.ADMIN_ADDRESS }}
8989
POCO_ADDRESS: ${{ vars.POCO_ADDRESS }}
9090
DATASET_REGISTRY_ADDRESS: ${{ vars.DATASET_REGISTRY_ADDRESS }}
9191
run: |

0 commit comments

Comments
 (0)