Skip to content

Commit

Permalink
Update GEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Halsall committed Mar 1, 2024
1 parent f8b2659 commit 9a5a679
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_call:

env:
GEN: "nov15"
GEN: "workshop"
APOLLO_KEY: ${{ vars.TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_studio_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- completed

env:
GEN: "nov15"
GEN: "workshop"
APOLLO_KEY: ${{ secrets.APOLLO_USER_KEY }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

env:
GEN: "nov15"
GEN: "workshop"

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

env:
GEN: "nov15"
GEN: "workshop"
APOLLO_KEY: ${{ vars.TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**.yml'

env:
GEN: "nov15"
GEN: "workshop"

jobs:
create:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subgraph-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

env:
GEN: "nov15"
GEN: "workshop"
APOLLO_KEY: ${{ vars.TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_call:

env:
GEN: "nov15"
GEN: "workshop"

jobs:
deploy:
Expand Down

0 comments on commit 9a5a679

Please sign in to comment.