You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## Reusable Github workflow to build, deploy and verify solana programs and IDLs
2
2
3
3
This repository provides GitHub workfloes that automatically build, verify, and deploy solana programs including their IDL uploads.
4
+
These workflows use the [solana developers github actions](https://github.com/solana-developers/github-actions) and combine them into an easy to use workflow.
4
5
There is also squads multisig support which is highly recommended to be used.
5
6
For the workflow you just need to set `use-squads` to true and add the needed secrets to use the [squads program action](https://github.com/solana-developers/squads-program-action) automatically.
0 commit comments