Skip to content

Commit 444a85f

Browse files
Fix blank permissions
1 parent cd0e0e7 commit 444a85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Validate dist
2626
needs:
2727
- build
28-
permissions: []
28+
permissions: {}
2929
runs-on: ubuntu-latest
3030

3131
steps:

0 commit comments

Comments
 (0)