We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 276b43a + 2302133 commit cbb185dCopy full SHA for cbb185d
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,7 @@ name: CI
3
on:
4
push:
5
pull_request:
6
+ workflow_dispatch:
7
8
jobs:
9
compile:
@@ -19,3 +20,16 @@ jobs:
19
20
run: gh aw compile workflows/
21
env:
22
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