We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0d9e1 commit bb40108Copy full SHA for bb40108
1 file changed
.github/workflows/advance_ois.yml
@@ -56,3 +56,8 @@ jobs:
56
max_attempts: 50
57
command: |
58
staking/target/release/staking-cli --keypair key.json --rpc-url https://api.devnet.solana.com/ advance --hermes-url https://hermes.pyth.network/ --wormhole HDwcJBJXjL9FpJ7UBsYBtaDjsBUhuLCUYoz3zr8SWWaQ
59
+
60
+ # This is to prevent disabling the workflow after 60 days
61
+ - name: Keep Alive
62
+ run: |
63
+ git commit --allow-empty -m "Successfully advanced OIS on $(date)"
0 commit comments