Skip to content

Commit b41a236

Browse files
committed
fix(ci): correct the indentation of the permissions block in rust-ci.yml
1 parent af3c30a commit b41a236

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
rust-ci:
1717
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd
18-
permissions:
19-
actions: read
20-
contents: read
21-
security-events: write
18+
permissions:
19+
actions: read
20+
contents: read
21+
security-events: write

0 commit comments

Comments
 (0)