|
67 | 67 | uses: ./.github/actions/setup-tools |
68 | 68 | with: |
69 | 69 | cache: 'true' |
| 70 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
70 | 71 | - if: github.event_name == 'pull_request' |
71 | 72 | name: Install Schema Tools |
72 | 73 | uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0 |
@@ -201,6 +202,8 @@ jobs: |
201 | 202 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
202 | 203 | - name: Setup Tools |
203 | 204 | uses: ./.github/actions/setup-tools |
| 205 | + with: |
| 206 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
204 | 207 | - name: Download Provider Binary |
205 | 208 | uses: ./.github/actions/download-provider |
206 | 209 | - name: Generate SDK |
@@ -353,6 +356,8 @@ jobs: |
353 | 356 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
354 | 357 | - name: Setup Tools |
355 | 358 | uses: ./.github/actions/setup-tools |
| 359 | + with: |
| 360 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
356 | 361 | - name: Download Provider Binary |
357 | 362 | uses: ./.github/actions/download-provider |
358 | 363 | - name: Download SDK |
@@ -417,6 +422,8 @@ jobs: |
417 | 422 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
418 | 423 | - name: Setup Tools |
419 | 424 | uses: ./.github/actions/setup-tools |
| 425 | + with: |
| 426 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
420 | 427 | - name: Clear GitHub Actions Ubuntu runner disk space |
421 | 428 | uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 |
422 | 429 | with: |
@@ -488,6 +495,8 @@ jobs: |
488 | 495 | - run: echo "ci-scripts" >> .git/info/exclude |
489 | 496 | - name: Setup Tools |
490 | 497 | uses: ./.github/actions/setup-tools |
| 498 | + with: |
| 499 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
491 | 500 | - name: Download python SDK |
492 | 501 | uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
493 | 502 | with: |
@@ -547,6 +556,8 @@ jobs: |
547 | 556 | ref: ${{ env.PR_COMMIT_SHA }} |
548 | 557 | - name: Setup Tools |
549 | 558 | uses: ./.github/actions/setup-tools |
| 559 | + with: |
| 560 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
550 | 561 | - name: Disarm go:embed directives to enable linters that compile source code |
551 | 562 | run: git grep -l 'go:embed' -- provider | xargs --no-run-if-empty sed -i |
552 | 563 | 's/go:embed/ goembed/g' |
|
0 commit comments