We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319e93d commit 62b13fbCopy full SHA for 62b13fb
.github/workflows/publish.yml
@@ -6,6 +6,9 @@ on:
6
- main # Trigger the workflow when pushing to the 'main' branch
7
workflow_dispatch: # Allow manual triggering of the workflow
8
9
+permissions:
10
+ contents: write # Grant permission to push changes to the repository
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
0 commit comments