Skip to content

Commit 1bccab2

Browse files
committed
Add write permission to the docs CI job
For a job to be able to push to the repository, the token must have write permissions.
1 parent 5952ca5 commit 1bccab2

File tree

1 file changed

+3
-0
lines changed
  • cmake-init/templates/common/.github/workflows

1 file changed

+3
-0
lines changed

cmake-init/templates/common/.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ jobs:
225225
&& github.repository_owner == '<name>'
226226
&& false
227227

228+
permissons:
229+
contents: write
230+
228231
steps:
229232
- uses: actions/checkout@v4
230233

0 commit comments

Comments
 (0)