Skip to content

Commit dd54913

Browse files
committed
workflows: Fix keylime-bot token usage
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent c9365e8 commit dd54913

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/keylime-bot.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ on:
4646
jobs:
4747
pull-request-responsibility:
4848
runs-on: ubuntu-latest
49-
env:
50-
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
5149
name: pull-request-responsibility
5250
steps:
5351
- uses: actions-automation/pull-request-responsibility@main
5452
with:
55-
LABEL: "keylime-bot for rust-keylime"
53+
token: ${{ secrets.BOT_TOKEN }}
5654
actions: "request,assign,copy-labels-linked"
5755
reviewers: "rust-team"
5856
num_to_request: 3

0 commit comments

Comments
 (0)