File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19+ permissions : {}
20+
1921jobs :
2022 refresh_lockfiles :
21- uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@2026.05.0
22- secrets : inherit
23+ uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@1f2141422a63321a32575ddd186e53acff12550c
24+ secrets :
25+ AUTH_APP_ID : ${{ secrets.AUTH_APP_ID }}
26+ AUTH_APP_PRIVATE_KEY : ${{ secrets.AUTH_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ concurrency:
2222 group : ${{ github.workflow }}-${{ github.ref }}
2323 cancel-in-progress : true
2424
25+ permissions : {}
26+
2527jobs :
2628 manifest :
2729 name : " check-manifest"
28- uses : scitools/workflows/.github/workflows/ci-manifest.yml@2026.05.0
30+ uses : scitools/workflows/.github/workflows/ci-manifest.yml@1f2141422a63321a32575ddd186e53acff12550c
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ permissions : {}
12+
1113jobs :
1214 prompt-share :
13- uses : scitools/workflows/.github/workflows/ci-template-check.yml@2026.05.0
14- secrets : inherit
15+ uses : scitools/workflows/.github/workflows/ci-template-check.yml@1f2141422a63321a32575ddd186e53acff12550c
16+ secrets :
17+ AUTH_APP_ID : ${{ secrets.AUTH_APP_ID }}
18+ AUTH_APP_PRIVATE_KEY : ${{ secrets.AUTH_APP_PRIVATE_KEY }}
1519 with :
1620 pr_number : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments