Skip to content

Commit

Permalink
ci: fix the permissions of the assign action
Browse files Browse the repository at this point in the history
Fixes: rook#14518

A recent change seems to have broken the permissions of the auto-assign
action.

This tries to fix this by making permissions more specific.

Signed-off-by: Michael Adam <obnox@samba.org>
  • Loading branch information
obnoxxx committed Jul 31, 2024
1 parent d91b807 commit c57a21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
assign:
permissions:
# write permissions are needed to assign the issue.
contents: write
issues: write
name: Run self assign job
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c57a21a

Please sign in to comment.