mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
replace github token
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
if: steps.find_issues.outputs.issues_to_triage != '[]'
|
||||
uses: QwenLM/qwen-code-action@0e2bad520d42f332a2ff1802e922c4aef63d9f5f
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ISSUES_TO_TRIAGE: ${{ steps.find_issues.outputs.issues_to_triage }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user