Skip to content

Commit f835755

Browse files
authored
Update daily_summarize.yaml
1 parent dd516a0 commit f835755

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/daily_summarize.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)