Skip to content

Commit dc8d6ed

Browse files
authored
Fix permissions
1 parent cd6faf9 commit dc8d6ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
YARN_ENABLE_MIRROR: 'false'
1818
YARN_ENABLE_GLOBAL_CACHE: 'false'
1919

20+
permissions:
21+
contents: write
22+
2023
steps:
2124
# Setup file access & Cache
2225
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)