Skip to content

Commit 62b13fb

Browse files
committed
permissions
1 parent 319e93d commit 62b13fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main # Trigger the workflow when pushing to the 'main' branch
77
workflow_dispatch: # Allow manual triggering of the workflow
88

9+
permissions:
10+
contents: write # Grant permission to push changes to the repository
11+
912
jobs:
1013
build:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)