Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paymog committed May 30, 2024
1 parent cd2ba69 commit 0f2af20
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Example Workflow
on: [push, pull_request]

jobs:
build:
Deploy Subgraph:
runs-on: ubuntu-latest

steps:
Expand All @@ -20,15 +20,7 @@ jobs:
run: npm run codegen
- name: build
run: npm run build


# - name: Checkout private action repo
# uses: actions/checkout@v4
# with:
# repository: goldsky-io/goldsky-deploy
# path: .github/actions/goldsky-deploy

- name: Run custom action
- name: Deploy Subgraph
uses: goldsky-io/[email protected]
with:
api_key: ${{ secrets.GOLDSKY_API_KEY }}
Expand Down

0 comments on commit 0f2af20

Please sign in to comment.