Skip to content

Commit 2b20e1a

Browse files
committed
fix(ci): correct the indentation of the permissions block in mirror.yml
1 parent 3da0c39 commit 2b20e1a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
mirror:
1515
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd
1616
secrets: inherit
17-
permissions:
18-
actions: read
19-
contents: read
20-
security-events: write
17+
permissions:
18+
actions: read
19+
contents: read
20+
security-events: write

0 commit comments

Comments
 (0)