Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into price-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler authored Nov 7, 2023
2 parents e83e733 + b3edf4a commit 4f7c649
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/tick.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Tick Contract State

on:
workflow_dispatch:
schedule:
- cron: 0,30 * * * *

jobs:
tick:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: 'yarn'
- run: yarn
- run: yarn tick
env:
ARNS_CONTRACT_TX_ID: ${{ vars.ARNS_CONTRACT_TX_ID }}
JWK: ${{ secrets.JWK }}
MAX_ALLOWED_TICK_HEIGHT_DIFFERENCE: 25

0 comments on commit 4f7c649

Please sign in to comment.