From a58e593b7fc35cbcc7dfccca18aa21c3e8853cd3 Mon Sep 17 00:00:00 2001 From: rmanaem Date: Fri, 23 Aug 2024 18:09:04 -0400 Subject: [PATCH] Trying something --- .github/workflows/fetch-repos.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fetch-repos.yaml b/.github/workflows/fetch-repos.yaml index 289105d..1e25793 100644 --- a/.github/workflows/fetch-repos.yaml +++ b/.github/workflows/fetch-repos.yaml @@ -37,8 +37,10 @@ jobs: - name: Commit changes run: | - git config user.name "GitHub Actions Bot" - git config user.email "<>" + git config user.name "Neurobagel Bot" + git config user.email "actions@github.com" git add ./src/assets/repos.json git commit -m "Updated repos.json with latest repository names" - git push origin feat-80 + git push + env: + GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}