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.
1 parent 91a4e28 commit ff4fb37Copy full SHA for ff4fb37
1 file changed
.github/workflows/ci.yml
@@ -57,6 +57,13 @@ jobs:
57
version: v0.71.4
58
github-token: ${{ secrets.GITHUB_TOKEN }}
59
60
+ - name: Install published workflows into .github/workflows
61
+ run: |
62
+ gh aw add "${{ github.workspace }}/workflows/copilot-token-audit.md" "${{ github.workspace }}/workflows/copilot-token-optimizer.md"
63
+ gh aw compile
64
+ env:
65
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
+
67
- name: Run published workflows on this repo
68
run: |
69
gh aw run copilot-token-audit --ref "${{ github.ref_name }}"
0 commit comments