Skip to content

Commit 455c3ef

Browse files
Copilotmnkiefer
andauthored
fix: pin ci to gh-aw version with cli-proxy support
Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/b72c7754-37c5-4bb8-98bd-ef355a053bd2 Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
1 parent 836d33f commit 455c3ef

4 files changed

Lines changed: 2943 additions & 2 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.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)