Skip to content

Commit 51ed2ad

Browse files
committed
Update README.md
1 parent 497c25a commit 51ed2ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ on:
3838

3939
jobs:
4040
build:
41-
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.5
41+
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.9
4242
with:
4343
program: "hello_world"
44+
program-id: "YOUR_PROGRAM_ID"
4445
network: "devnet"
4546
deploy: true
4647
upload_idl: true
@@ -69,9 +70,10 @@ on:
6970

7071
jobs:
7172
build:
72-
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.5
73+
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.9
7374
with:
7475
program: "transaction_example"
76+
program-id: "YOUR_PROGRAM_ID"
7577
network: "mainnet"
7678
deploy: true
7779
upload_idl: true
@@ -136,7 +138,7 @@ on:
136138

137139
jobs:
138140
test:
139-
uses: solana-developers/github-workflows/.github/workflows/test.yaml@v0.2.5
141+
uses: solana-developers/github-workflows/.github/workflows/test.yaml@v0.2.9
140142
with:
141143
program: ${{ 'transaction_example' }}
142144
```

0 commit comments

Comments
 (0)