|
65 | 65 | - name: Checkout |
66 | 66 | uses: actions/checkout@v5 |
67 | 67 | with: |
| 68 | + repository: ${{ github.repository }} |
| 69 | + token: ${{ github.token }} |
68 | 70 | persist-credentials: false |
69 | 71 |
|
70 | 72 | - name: Use Node ${{env.NODE_VERSION}} |
@@ -107,6 +109,8 @@ jobs: |
107 | 109 | - name: Checkout |
108 | 110 | uses: actions/checkout@v5 |
109 | 111 | with: |
| 112 | + repository: ${{ github.repository }} |
| 113 | + token: ${{ github.token }} |
110 | 114 | persist-credentials: false |
111 | 115 |
|
112 | 116 | - name: Use Node ${{env.NODE_VERSION}} |
@@ -195,6 +199,8 @@ jobs: |
195 | 199 | - name: Checkout |
196 | 200 | uses: actions/checkout@v5 |
197 | 201 | with: |
| 202 | + repository: ${{ github.repository }} |
| 203 | + token: ${{ github.token }} |
198 | 204 | persist-credentials: false |
199 | 205 |
|
200 | 206 | - name: Use Node ${{env.NODE_VERSION}} |
@@ -374,6 +380,8 @@ jobs: |
374 | 380 | - name: Checkout |
375 | 381 | uses: actions/checkout@v5 |
376 | 382 | with: |
| 383 | + repository: ${{ github.repository }} |
| 384 | + token: ${{ github.token }} |
377 | 385 | persist-credentials: false |
378 | 386 |
|
379 | 387 | - name: Generate Tag Variable |
@@ -800,6 +808,8 @@ jobs: |
800 | 808 | - name: Checkout |
801 | 809 | uses: actions/checkout@v5 |
802 | 810 | with: |
| 811 | + repository: ${{ github.repository }} |
| 812 | + token: ${{ github.token }} |
803 | 813 | persist-credentials: false |
804 | 814 |
|
805 | 815 | - name: Use Python ${{matrix.python}} |
|
0 commit comments