-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into vesting-scheduler-1_2
- Loading branch information
Showing
8 changed files
with
69 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,29 +5,32 @@ on: | |
inputs: | ||
vendor: | ||
required: true | ||
description: "Where to deploy subgraph to; superfluid, graph, or satsuma" | ||
description: "Where to deploy subgraph to; superfluid, graph, satsuma, or goldsky" | ||
type: string | ||
deployment_env: | ||
required: true | ||
type: string | ||
description: 'The subgraph deployment env: v1, dev, feature' | ||
description: "The subgraph deployment env: v1, dev, feature" | ||
network: | ||
required: true | ||
type: string | ||
description: 'The network you want to deploy to (matic, xdai, eth-mainnet, etc.) or `all` for all networks.' | ||
description: "The network you want to deploy to (matic, xdai, eth-mainnet, etc.) or `all` for all networks." | ||
|
||
secrets: | ||
SUBGRAPH_URL_TEMPLATE: | ||
description: 'Subgraph endpoint url template' | ||
description: "Subgraph endpoint url template" | ||
required: false | ||
SATSUMA_DEPLOY_KEY: | ||
description: 'Satsuma deploy key' | ||
description: "Satsuma deploy key" | ||
required: false | ||
THE_GRAPH_ACCESS_TOKEN: | ||
description: 'The Graph (hosted service) access token for deploying subgraphs' | ||
description: "The Graph (hosted service) access token for deploying subgraphs" | ||
required: false | ||
GOLDSKY_API_KEY: | ||
description: "Goldsky API key for deploying subgraphs" | ||
required: false | ||
SUPERFLUID_IPFS_API: | ||
description: 'Superfluid IPFS API endpoint' | ||
description: "Superfluid IPFS API endpoint" | ||
required: false | ||
|
||
jobs: | ||
|
@@ -112,7 +115,7 @@ jobs: | |
- uses: olegtarasov/[email protected] | ||
id: "getSubgraphTag" | ||
with: | ||
tagRegex: "subgraph@(.*)" | ||
tagRegex: "subgraph@(.*)" | ||
|
||
# Version is the git tag or revision | ||
- name: "Deploy to a node" | ||
|
@@ -126,3 +129,4 @@ jobs: | |
SUPERFLUID_IPFS_API: ${{ secrets.SUPERFLUID_IPFS_API }} | ||
THE_GRAPH_ACCESS_TOKEN: ${{ secrets.THE_GRAPH_ACCESS_TOKEN }} | ||
SATSUMA_DEPLOY_KEY: ${{ secrets.SATSUMA_DEPLOY_KEY }} | ||
GOLDSKY_API_KEY: ${{ secrets.GOLDSKY_API_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters