Skip to content

Commit

Permalink
Add missing idl args
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbogle committed Apr 12, 2023
1 parent 6b63d49 commit 1737723
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use this github action to automate Solana program deployments straight from Gith
You can now consume the action by referencing the v1 branch

```yaml
uses: actions/squads-program-upgrade@v0.2.0
uses: actions/squads-program-upgrade@v0.2.1
with:
network-url: 'https://api.devnet.solana.com'
program-multisig: '8QC4Lv3YNAHUmacepqxBKCJY5zx7yrDtQLo9sNFsNnqB'
Expand Down
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ inputs:
name:
description: 'The name of this upgrade'
required: true
idl-buffer:
description: 'The IDL buffer to upgrade for the corresponding program'
required: false
authority-index:
description: 'The index that the authority key is in this multisig (defaults to 1)'
required: false
keypair:
description: 'The keypair to use for deploys'
required: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squads-program-upgrade",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "squads-program-upgrade solana deploy action",
"main": "lib/main.js",
Expand Down

0 comments on commit 1737723

Please sign in to comment.