We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70849fb commit 5d460e4Copy full SHA for 5d460e4
.github/workflows/pr-merge.yaml
@@ -26,4 +26,6 @@ jobs:
26
with:
27
sha: ${{ github.sha }}
28
ENVIRONMENT: "beta-sepolia"
29
+ secrets:
30
+ WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
31
0 commit comments