Skip to content

Commit

Permalink
Change mainnet deploy action to rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Dec 24, 2021
1 parent d49332b commit e44c808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainnet-proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
program: spl_token_bonding
program-id: TBondmkCYxaPCKG4CHYfVTcwQ8on31xnJrPzk8F8WsS
network: https://api.mainnet-beta.solana.com
keypair: ${{ secrets.DEPLOY_KEYPAIR }}
network: https://api.mainnet-beta.solana.com
governance: HDkW3MrrvqT9FPvuFBAVnSag1BLDx767MD2VXKfpCoCe
name: Deploy ${{ github.event.payload.release.tag_name }}
description: ${{ github.event.payload.release.url }}
Expand All @@ -39,8 +39,8 @@ jobs:
with:
program: spl_token_collective
program-id: TCo1sfSr2nCudbeJPykbif64rG9K1JNMGzrtzvPmp3y
network: https://api.mainnet-beta.solana.com
keypair: ${{ secrets.DEPLOY_KEYPAIR }}
network: https://api.mainnet-beta.solana.com
governance: 6yc2jb7LCjYXD3hbRKjYkpx13j4VXYcCBzYsZbmntdVk
name: Deploy ${{ github.event.payload.release.tag_name }}
description: ${{ github.event.payload.release.url }}
Expand Down

0 comments on commit e44c808

Please sign in to comment.