Skip to content

Commit 108f6ad

Browse files
authored
Merge pull request #1868 from rocketstack-matt/fix/validate-renovate-permissions
fix: add explicit permissions to validate-renovate workflow
2 parents 0862a76 + 2a64f66 commit 108f6ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-renovate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Validate Renovate Configuration
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
paths:

0 commit comments

Comments
 (0)