Skip to content

Commit

Permalink
workflows/ansible-lint: correct rigths
Browse files Browse the repository at this point in the history
The action right is not useful because ansible lint doesn't need to
spawn or stop actions.
Checks write is needed to appear on SEAPATH main github page.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed Jun 3, 2024
1 parent d0f3ddb commit 7e0f297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint-debian-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

permissions:
actions: write
checks: write

jobs:
ansible-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint-yocto-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

permissions:
actions: write
checks: write

jobs:
call-workflow:
Expand Down

0 comments on commit 7e0f297

Please sign in to comment.