File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3737 repository : sdv-dev/sdv-dev.github.io
3838 path : sdv-dev.github.io
3939 ref : ' gatsby-home'
40- token : ${{ secrets.GH_ACCESS_TOKEN }}
40+ token : ${{ secrets.GH_TOKEN }}
4141 - name : Write to sdv-dev.github.io repo
4242 run : |
4343 ls
@@ -47,11 +47,12 @@ jobs:
4747 git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
4848 git add --force assets/GitHub_Summary.xlsx
4949 git commit -m "Upload GitHub Summary - $(date '+%Y-%m-%d %H:%M:%S')"
50- git remote set-url origin https://sdv-team:${{ secrets.GH_ACCESS_TOKEN }}@github.com/sdv-dev/sdv-dev.github.io
50+ git remote set-url origin https://sdv-team:${{ secrets.GH_TOKEN }}@github.com/sdv-dev/sdv-dev.github.io
5151 git push origin gatsby-home
5252 alert :
5353 needs : [summarize]
5454 runs-on : ubuntu-latest
55+ timeout-minutes : 5
5556 if : failure()
5657 steps :
5758 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments