File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 - name : Run CodeAnt Scan
4242 uses :
CodeAnt-AI/[email protected] 4343 with :
44- access_token : ${{ secrets.GITHUB_TOKEN }}
44+ access_token : ${{ secrets.ACCESS_TOKEN_GITHUB }}
4545` ` `
4646
4747### With Custom Configuration
7575 - name : Run CodeAnt Quality Gate Scan
7676 uses :
CodeAnt-AI/[email protected] 7777 with :
78- access_token : ${{ secrets.GITHUB_TOKEN }}
78+ access_token : ${{ secrets.ACCESS_TOKEN_GITHUB }}
7979 api_base : https://api.codeant.ai
8080 timeout : 300
8181 poll_interval : 15
@@ -93,7 +93,7 @@ To test this action before publishing to the GitHub Marketplace:
9393- name: Test CodeAnt Scan
9494 uses: CodeAnt-AI/codeant-quality-gates@main # or use a specific branch/tag
9595 with:
96- access_token: ${{ secrets.GITHUB_TOKEN }}
96+ access_token: ${{ secrets.ACCESS_TOKEN_GITHUB }}
9797` ` `
9898
99993. **For testing specific commits or branches:**
You can’t perform that action at this time.
0 commit comments