Skip to content

Commit efa57d5

Browse files
authored
ci(ansible): explicit workflow permissions (#231)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 06aae15 commit efa57d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ansible-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
build:
99
name: Ansible Tests
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
1113
steps:
1214
- name: Perform sanity testing with ansible-test
1315
uses: ansible-community/ansible-test-gh-action@release/v1

0 commit comments

Comments
 (0)