Lines Matching +full:repo +full:- +full:token
7 # See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
8 - cron: 37 7 * * 1
11 permissions: read-all
14 update-commit-hash:
15 runs-on: ubuntu-latest
16 environment: update-commit-hash
18 - name: Checkout repo
21 fetch-depth: 0
22 - name: update-xla-commit-hash
23 continue-on-error: true
24 uses: pytorch/test-infra/.github/actions/update-commit-hash@release/2.4
26 repo-name: xla
28 pin-folder: .github/ci_commit_pins
29 test-infra-ref: main
30 updatebot-token: ${{ secrets.UPDATEBOT_TOKEN }}
31 pytorchbot-token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
32 - name: update-triton-commit-hash
33 uses: pytorch/test-infra/.github/actions/update-commit-hash@release/2.4
35 repo-owner: openai
36 repo-name: triton
38 pin-folder: .ci/docker/ci_commit_pins
39 test-infra-ref: main
40 updatebot-token: ${{ secrets.UPDATEBOT_TOKEN }}
41 pytorchbot-token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}