Skip to content

Commit

Permalink
Add missing secret and workflow dispatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanBoyCousin committed Nov 2, 2023
1 parent 4b042cd commit d0b32fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_arbitrum_goerli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ on:
paths:
- 'package.json'

workflow_dispatch:

jobs:
Deploy:
env:
GOLDSKY_TOKEN: ${{ secrets.GOLDSKY_TOKEN }}
THE_GRAPH_TOKEN: ${{ secrets.THE_GRAPH_TOKEN }}

NETWORK: arbitrum-goerli

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy_arbitrum_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ on:
paths:
- 'package.json'

workflow_dispatch:

jobs:
Deploy:
env:
GOLDSKY_TOKEN: ${{ secrets.GOLDSKY_TOKEN }}
THE_GRAPH_TOKEN: ${{ secrets.THE_GRAPH_TOKEN }}

NETWORK: arbitrum-one

Expand Down

0 comments on commit d0b32fb

Please sign in to comment.