|
56 | 56 | uses: ./.github/actions/setup-tools |
57 | 57 | with: |
58 | 58 | cache: 'true' |
| 59 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
59 | 60 | - if: github.event_name == 'pull_request' |
60 | 61 | name: Install Schema Tools |
61 | 62 | uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0 |
@@ -225,6 +226,8 @@ jobs: |
225 | 226 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
226 | 227 | - name: Setup Tools |
227 | 228 | uses: ./.github/actions/setup-tools |
| 229 | + with: |
| 230 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
228 | 231 | - name: Download Provider Binary |
229 | 232 | uses: ./.github/actions/download-provider |
230 | 233 | - name: Generate SDK |
@@ -389,6 +392,8 @@ jobs: |
389 | 392 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
390 | 393 | - name: Setup Tools |
391 | 394 | uses: ./.github/actions/setup-tools |
| 395 | + with: |
| 396 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
392 | 397 | - name: Download Provider Binary |
393 | 398 | uses: ./.github/actions/download-provider |
394 | 399 | - name: Download SDK |
@@ -459,6 +464,8 @@ jobs: |
459 | 464 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
460 | 465 | - name: Setup Tools |
461 | 466 | uses: ./.github/actions/setup-tools |
| 467 | + with: |
| 468 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
462 | 469 | - name: Clear GitHub Actions Ubuntu runner disk space |
463 | 470 | uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 |
464 | 471 | with: |
@@ -536,6 +543,8 @@ jobs: |
536 | 543 | - run: echo "ci-scripts" >> .git/info/exclude |
537 | 544 | - name: Setup Tools |
538 | 545 | uses: ./.github/actions/setup-tools |
| 546 | + with: |
| 547 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
539 | 548 | - name: Download python SDK |
540 | 549 | uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
541 | 550 | with: |
@@ -595,6 +604,8 @@ jobs: |
595 | 604 | ref: ${{ env.PR_COMMIT_SHA }} |
596 | 605 | - name: Setup Tools |
597 | 606 | uses: ./.github/actions/setup-tools |
| 607 | + with: |
| 608 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
598 | 609 | - name: Disarm go:embed directives to enable linters that compile source code |
599 | 610 | run: git grep -l 'go:embed' -- provider | xargs --no-run-if-empty sed -i |
600 | 611 | 's/go:embed/ goembed/g' |
|
0 commit comments