Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d934a7

Browse files
committedNov 1, 2024··
👷 Give write content permission to override the default
1 parent c68676e commit 7d934a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/fix.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
fix:
99
runs-on: ubuntu-latest
1010

11+
permissions:
12+
contents: write
13+
1114
steps:
1215
- uses: actions/checkout@v4
1316
with:

0 commit comments

Comments
 (0)
Please sign in to comment.