Skip to content

Commit ff4fb37

Browse files
committed
Add installation step for published workflows in CI
1 parent 91a4e28 commit ff4fb37

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
version: v0.71.4
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959

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+
6067
- name: Run published workflows on this repo
6168
run: |
6269
gh aw run copilot-token-audit --ref "${{ github.ref_name }}"

0 commit comments

Comments
 (0)