From 1370a30728271581d7789cd4b71cfc86966eff86 Mon Sep 17 00:00:00 2001 From: praliptarajoo Date: Wed, 14 Feb 2024 13:20:11 +0530 Subject: [PATCH] chore: update secret key for contributors json update --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8477d6..697a1ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: run: npm install - name: 'Build application' + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npm run build - name: 'Restore changes in json'