From fc9d1b0189eceeaf3803101fa04ef3a1d311e4e2 Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Wed, 20 Nov 2024 12:23:29 +0000 Subject: [PATCH] ci: try to fix git push issue --- .github/workflows/deploy-testing-subgraph.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-testing-subgraph.yaml b/.github/workflows/deploy-testing-subgraph.yaml index 6fc7fc6c5..4fe2b2856 100644 --- a/.github/workflows/deploy-testing-subgraph.yaml +++ b/.github/workflows/deploy-testing-subgraph.yaml @@ -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"