File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1515 daily_github_collection :
1616 environment : daily
1717 runs-on : ubuntu-latest
18+ timeout-minutes : 120
1819 steps :
1920 - uses : actions/checkout@v4
2021 - name : Install uv
3738 alert :
3839 needs : [daily_github_collection]
3940 runs-on : ubuntu-latest
41+ timeout-minutes : 5
4042 if : failure()
4143 steps :
4244 - uses : actions/checkout@v4
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
Original file line number Diff line number Diff line change 3636 alert :
3737 needs : [daily_traffic_collection]
3838 runs-on : ubuntu-latest
39+ timeout-minutes : 5
3940 if : failure()
4041 steps :
4142 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4444 alert :
4545 needs : [weekly_github_collection]
4646 runs-on : ubuntu-latest
47+ timeout-minutes : 5
4748 if : failure()
4849 steps :
4950 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments