|
61 | 61 | uses: ./.github/actions/setup-tools |
62 | 62 | with: |
63 | 63 | cache: 'true' |
| 64 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
64 | 65 | - if: github.event_name == 'pull_request' |
65 | 66 | name: Install Schema Tools |
66 | 67 | uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0 |
@@ -230,6 +231,8 @@ jobs: |
230 | 231 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
231 | 232 | - name: Setup Tools |
232 | 233 | uses: ./.github/actions/setup-tools |
| 234 | + with: |
| 235 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
233 | 236 | - name: Download Provider Binary |
234 | 237 | uses: ./.github/actions/download-provider |
235 | 238 | - name: Generate SDK |
@@ -394,6 +397,8 @@ jobs: |
394 | 397 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
395 | 398 | - name: Setup Tools |
396 | 399 | uses: ./.github/actions/setup-tools |
| 400 | + with: |
| 401 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
397 | 402 | - name: Download Provider Binary |
398 | 403 | uses: ./.github/actions/download-provider |
399 | 404 | - name: Download SDK |
@@ -469,6 +474,8 @@ jobs: |
469 | 474 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
470 | 475 | - name: Setup Tools |
471 | 476 | uses: ./.github/actions/setup-tools |
| 477 | + with: |
| 478 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
472 | 479 | - name: Clear GitHub Actions Ubuntu runner disk space |
473 | 480 | uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 |
474 | 481 | with: |
@@ -546,6 +553,8 @@ jobs: |
546 | 553 | - run: echo "ci-scripts" >> .git/info/exclude |
547 | 554 | - name: Setup Tools |
548 | 555 | uses: ./.github/actions/setup-tools |
| 556 | + with: |
| 557 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
549 | 558 | - name: Download python SDK |
550 | 559 | uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
551 | 560 | with: |
@@ -605,6 +614,8 @@ jobs: |
605 | 614 | ref: ${{ env.PR_COMMIT_SHA }} |
606 | 615 | - name: Setup Tools |
607 | 616 | uses: ./.github/actions/setup-tools |
| 617 | + with: |
| 618 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
608 | 619 | - name: Disarm go:embed directives to enable linters that compile source code |
609 | 620 | run: git grep -l 'go:embed' -- provider | xargs --no-run-if-empty sed -i |
610 | 621 | 's/go:embed/ goembed/g' |
|
0 commit comments