Skip to content

Commit 2302133

Browse files
Copilotpelikhan
andauthored
Update ci.yml: add workflow_dispatch trigger and add job
Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/da2a460c-3757-49ef-b47f-eb0fba2a0773 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 276b43a commit 2302133

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
compile:
@@ -19,3 +20,16 @@ jobs:
1920
run: gh aw compile workflows/
2021
env:
2122
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
24+
add:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: Set up gh-aw CLI
28+
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4
29+
with:
30+
gh_token: ${{ secrets.GITHUB_TOKEN }}
31+
32+
- name: Add workflows
33+
run: gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/copilot-token-optimizer
34+
env:
35+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)