Skip to content

Commit 8be2525

Browse files
Copilotlippytm
andcommitted
Add explicit permissions block to workflow for security
Co-authored-by: lippytm <65956507+lippytm@users.noreply.github.com>
1 parent 38b0219 commit 8be2525

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/integrations.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
integration-checks:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
1113

1214
steps:
1315
- name: Checkout code

0 commit comments

Comments
 (0)