Skip to content

Commit

Permalink
Updating workshop gen and cut length.
Browse files Browse the repository at this point in the history
  • Loading branch information
mentat committed Mar 7, 2024
1 parent 5f772d0 commit dca1aed
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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: "workshop"
GEN: "ws"
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: "workshop"
GEN: "ws"
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: "workshop"
GEN: "ws"

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: "workshop"
GEN: "ws"
APOLLO_KEY: ${{ vars.TOKEN }}

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**.yml'

env:
GEN: "workshop"
GEN: "ws"

jobs:
create:
Expand All @@ -18,7 +18,7 @@ jobs:
with:
string: ${{github.actor}}
- id: step2
run: echo "ACTOR=gh-${{ steps.string.outputs.lowercase }}" | cut -c -25 >> $GITHUB_ENV
run: echo "ACTOR=gh-${{ steps.string.outputs.lowercase }}" | cut -c -23 >> $GITHUB_ENV
- name : lowercase github actor
run: |
curl -L \
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
string: ${{github.actor}}
- id: step2
run: echo "ACTOR=${{ steps.string.outputs.lowercase }}" >> $GITHUB_ENV
run: echo "ACTOR=${{ steps.string.outputs.lowercase }}" | cut -c -23 >> $GITHUB_ENV

- name: Create Apollo Key
run: |
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: "workshop"
GEN: "ws"
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: "workshop"
GEN: "ws"

jobs:
deploy:
Expand Down

0 comments on commit dca1aed

Please sign in to comment.