skip create app token
This commit is contained in:
parent
0414768cf8
commit
c306cd89fc
1 changed files with 2 additions and 9 deletions
|
|
@ -17,19 +17,12 @@ jobs:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Generate GitHub App Token
|
|
||||||
id: generate_token
|
|
||||||
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
|
|
||||||
with:
|
|
||||||
app-id: ${{ secrets.APP_ID }}
|
|
||||||
private-key: ${{ secrets.PRIVATE_KEY }}
|
|
||||||
|
|
||||||
- name: Run Qwen Issue Triage
|
- name: Run Qwen Issue Triage
|
||||||
uses: QwenLM/qwen-code-action@bcde041471b6dbfa35b1fcb22acb6dff08216901
|
uses: QwenLM/qwen-code-action@bcde041471b6dbfa35b1fcb22acb6dff08216901
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
version: 0.1.8-rc.0
|
version: 0.0.4
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
settings_json: |
|
settings_json: |
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue