This repository was archived by the owner on Mar 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,11 +84,13 @@ jobs:
8484 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
8585 PYTHONPATH : ${{ github.workspace }}/.saas-architecture
8686 PYTHONUNBUFFERED : ' 1'
87+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8788 run : |
8889 python -m scripts.compliance.check \
8990 --target-dir "${{ github.workspace }}" \
9091 --llm-provider anthropic \
9192 --max-cost "${{ env.MAX_COST }}" \
93+ --create-issues \
9294 baseline
9395
9496 - name : Run compliance check (manual)
98100 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
99101 PYTHONPATH : ${{ github.workspace }}/.saas-architecture
100102 PYTHONUNBUFFERED : ' 1'
103+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
101104 run : |
102105 TIER_ARG=""
103106 if [ -n "${{ inputs.tier }}" ]; then
@@ -107,6 +110,7 @@ jobs:
107110 --target-dir "${{ github.workspace }}" \
108111 --llm-provider anthropic \
109112 --max-cost "${{ env.MAX_COST }}" \
113+ --create-issues \
110114 $TIER_ARG \
111115 ${{ inputs.mode }}
112116
You can’t perform that action at this time.
0 commit comments