Skip to content

Commit af534a2

Browse files
committed
2 parents 7e20394 + 3c23260 commit af534a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ For the workflow you just need to set `use-squads` to true and add the needed se
1818
- ✅ Caching for faster reruns for all installs
1919
- ✅ Extend program automatically
2020

21-
2221
### How to use
2322

23+
Easiest is to follow this [Video Guide](https://youtu.be/h-ngRgWW_IM).
24+
2425
Create a Solana Program. Either a [native program](https://solana.com/de/developers/guides/getstarted/local-rust-hello-world) and an [anchor program](https://www.anchor-lang.com/docs/quickstart/local). The program with the `anchor.toml` and/or `cargo.toml` need to be in the root of your repository for these workflows to work out of the box.
2526

2627
```yaml
@@ -86,10 +87,11 @@ jobs:
8687
MAINNET_MULTISIG_VAULT: ${{ secrets.MAINNET_MULTISIG_VAULT }}
8788
```
8889
89-
There are two examples:
90+
There are three examples:
9091
9192
- [Anchor Program](https://github.com/Woody4618/anchor-github-action-example)
9293
- [Native Program](https://github.com/Woody4618/native-solana-github-action-example)
94+
- [Anchor Program using Squads](https://github.com/Woody4618/workflow-tutorial)
9395
9496
### Required Secrets for specific actions
9597

0 commit comments

Comments
 (0)