Skip to content

Commit

Permalink
fix: pr label by title action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and BroKun committed Nov 18, 2024
1 parent e87ae64 commit 584d363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-label-title-body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- uses: bubkoo/use-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
variable_name: bot_token
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
variable_name: BOT_TOKEN
- uses: Naturalclar/[email protected]
with:
github-token: ${{ env.bot_token }}
github-token: ${{ env.BOT_TOKEN }}
title-or-body: title
parameters: >
[
Expand Down

0 comments on commit 584d363

Please sign in to comment.