We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d65e1 commit d3085deCopy full SHA for d3085de
.github/workflows/refresh-data.yaml
@@ -30,6 +30,8 @@ jobs:
30
run: |
31
git config --global user.name 'github-actions[bot]'
32
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)
+ 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)
36
env:
37
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments