Skip to content

Commit 59a24c5

Browse files
authored
fix: Fixed dependabot cleanup permissions (#4409)
1 parent 2374d84 commit 59a24c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dependabot-lockfile-cleanup.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
types:
66
- opened
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
cleanup:
1013
uses: cloudscape-design/actions/.github/workflows/dependabot-lockfile-cleanup.yml@main
1114
secrets: inherit
12-
permissions:
13-
contents: write

0 commit comments

Comments
 (0)