Skip to content

Commit d3085de

Browse files
committed
Workflow
1 parent 29d65e1 commit d3085de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/refresh-data.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: |
3131
git config --global user.name 'github-actions[bot]'
3232
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
33-
git diff --exit-code || (git add public/projects.json && git commit -m 'Update projects.json with latest GitHub data' && git push)
33+
git diff --exit-code || (git add public/projects.json && git commit -m 'Update projects.json with latest GitHub data' && \
34+
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/AI4REALNET/.github.io.git && \
35+
git push)
3436
env:
3537
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)