Skip to content

Commit

Permalink
统一 labeler 所使用的 bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyl18 authored May 9, 2022
1 parent 088d8ce commit 87a185a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Generate token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: '181747'
private_key: ${{ secrets.CFPA_BOT_PRIVATE_KEY }}
- name: Label Mastermind
uses: Videndum/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 87a185a

Please sign in to comment.