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 a8ecaf5 commit 3baab97Copy full SHA for 3baab97
.github/workflows/refresh-data.yaml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v3
18
+ with:
19
+ token: ${{ secrets.GH_TOKEN }}
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v3
@@ -36,7 +38,6 @@ jobs:
36
38
git config --local user.name "GitHub Action"
37
39
git add public/projects.json
40
git commit -m "Update projects data" || echo "No changes to commit"
- git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/AI4REALNET/.github.io.git
41
git push
42
env:
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
43
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments