Skip to content

Commit

Permalink
workflows: Fix keylime-bot token usage
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Jan 23, 2024
1 parent c9365e8 commit dd54913
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/keylime-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ on:
jobs:
pull-request-responsibility:
runs-on: ubuntu-latest
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
name: pull-request-responsibility
steps:
- uses: actions-automation/pull-request-responsibility@main
with:
LABEL: "keylime-bot for rust-keylime"
token: ${{ secrets.BOT_TOKEN }}
actions: "request,assign,copy-labels-linked"
reviewers: "rust-team"
num_to_request: 3

0 comments on commit dd54913

Please sign in to comment.