@@ -73,11 +73,11 @@ jobs:
7373 - uses : actions/checkout@v4
7474 with :
7575 fetch-depth : 0
76- token : ${{ secrets.PERSONAL_TOKEN }}
76+ token : ${{ secrets.TDESIGN_BOT_TOKEN }}
7777
7878 - name : gh checkout pr
7979 env :
80- GH_TOKEN : ${{ secrets.PERSONAL_TOKEN }}
80+ GH_TOKEN : ${{ secrets.TDESIGN_BOT_TOKEN }}
8181 run : gh pr checkout ${{ github.event.issue.number }}
8282
8383 - name : git config
@@ -148,11 +148,11 @@ jobs:
148148 - uses : actions/checkout@v4
149149 with :
150150 fetch-depth : 0
151- token : ${{ secrets.PERSONAL_TOKEN }}
151+ token : ${{ secrets.TDESIGN_BOT_TOKEN }}
152152
153153 - name : gh checkout pr
154154 env :
155- GH_TOKEN : ${{ secrets.PERSONAL_TOKEN }}
155+ GH_TOKEN : ${{ secrets.TDESIGN_BOT_TOKEN }}
156156 run : gh pr checkout ${{ github.event.issue.number }} --recurse-submodules
157157
158158 - name : bot commtent
@@ -246,7 +246,7 @@ jobs:
246246 git commit -m "chore: update snapshot"
247247 fi
248248 git status
249-
249+
250250 - name : git push
251251 run : |
252252 git status
@@ -260,11 +260,11 @@ jobs:
260260 - uses : actions/checkout@v4
261261 with :
262262 fetch-depth : 0
263- token : ${{ secrets.PERSONAL_TOKEN }}
263+ token : ${{ secrets.TDESIGN_BOT_TOKEN }}
264264
265265 - name : gh checkout pr
266266 env :
267- GH_TOKEN : ${{ secrets.PERSONAL_TOKEN }}
267+ GH_TOKEN : ${{ secrets.TDESIGN_BOT_TOKEN }}
268268 run : gh pr checkout ${{ github.event.issue.number }} --recurse-submodules
269269
270270 - name : git config
0 commit comments