Skip to content

Commit dc9a4fd

Browse files
authored
Merge pull request #15 from MarvNC/fix-workflow-perms
Fix Workflow Permissions
2 parents 9634c88 + 608e34c commit dc9a4fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release-dictionaries.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113

1214
steps:
1315
- name: Checkout code

0 commit comments

Comments
 (0)