Skip to content

Commit 334182e

Browse files
committed
WIP: Add a basic GH workflow
1 parent dedfef0 commit 334182e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/update-params.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update parameters
2+
3+
on:
4+
push: {}
5+
6+
env:
7+
BLOCKFROST_PROJECT_ID: ${{ secrets.BLOCKFROST_PROJECT_ID_BLOCKFROST }}
8+
9+
jobs:
10+
update_parameters:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Git checkout
14+
uses: actions/checkout@v4
15+
16+
- name: Update parameters
17+
run: ./fetch-params.sh mainnet
18+

0 commit comments

Comments
 (0)