Skip to content

Commit cbb185d

Browse files
authored
Merge pull request #2 from githubnext/copilot/update-ci-yml-workflow
2 parents 276b43a + 2302133 commit cbb185d

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)