Skip to content

Commit

Permalink
ci: fix git pull is not added in the correct workflow (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo authored Nov 20, 2024
1 parent 109cd5f commit 3e11792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git pull
- name: Authenticate The Graph CLI
run: npx graph auth https://api.0xgraph.xyz/deploy/ ${{ secrets.ORMI_0x_GRAPH_API_KEY_STAGING }}
- name: Deploy subgraph to amoy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-testing-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git pull
- name: Authenticate The Graph CLI
run: npx graph auth https://api.0xgraph.xyz/deploy/ ${{ secrets.ORMI_0x_GRAPH_API_KEY_TESTING }}
- name: Deploy subgraph to amoy
Expand Down

0 comments on commit 3e11792

Please sign in to comment.