Skip to content

Commit fcf7d6e

Browse files
authored
Pin CI gh-aw setup to a compiler version that supports tools.cli-proxy
2 parents 836d33f + 0355507 commit fcf7d6e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- name: Set up gh-aw CLI
1515
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4
1616
with:
17-
gh_token: ${{ secrets.GITHUB_TOKEN }}
17+
version: v0.71.4
18+
github-token: ${{ secrets.GITHUB_TOKEN }}
1819

1920
- name: Compile workflows
2021
run: gh aw compile --dir workflows
@@ -27,7 +28,8 @@ jobs:
2728
- name: Set up gh-aw CLI
2829
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4
2930
with:
30-
gh_token: ${{ secrets.GITHUB_TOKEN }}
31+
version: v0.71.4
32+
github-token: ${{ secrets.GITHUB_TOKEN }}
3133

3234
- name: Initialize target repository
3335
run: |

0 commit comments

Comments
 (0)