Skip to content

Commit 3faa12f

Browse files
authored
Merge pull request #1 from CodeAnt-AI/access_token_name
GITHUB_ACCESS_TOKEN to ACCESS_TOKEN_GITHUB
2 parents 42bedd7 + 20ea3ad commit 3faa12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

9999
3. **For testing specific commits or branches:**

0 commit comments

Comments
 (0)