Skip to content

Commit

Permalink
ci: try to fix git push issue (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo authored Nov 20, 2024
1 parent 877fd82 commit 34b9fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-testing-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
name: Deploy subgraph
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: "20"
Expand Down

0 comments on commit 34b9fc6

Please sign in to comment.