From 29189557cd2e9487f1a7b849f344374f133cade2 Mon Sep 17 00:00:00 2001 From: PoulavBhowmick03 Date: Thu, 23 Jan 2025 13:59:43 +0530 Subject: [PATCH] contributors yaml file modified --- .github/workflows/contributors.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index d540f808..c14979df 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -18,6 +18,8 @@ jobs: run: | pip install requests python update_readme.py + env: + TOKEN_GH: ${{ secrets.TOKEN_GH }} - name: Commit and push changes run: | @@ -26,3 +28,5 @@ jobs: git add README.md git commit -m "Update contributors" git push + env: + TOKEN_GH: ${{ secrets.TOKEN_GH }} \ No newline at end of file