Skip to content

Commit

Permalink
Update check_documentation.yml (#162)
Browse files Browse the repository at this point in the history
move write permission to documentation job to make scorecard happy (in each case the only job, but so be it)
  • Loading branch information
berndgassmann authored Feb 1, 2024
1 parent 829feb7 commit a28a962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
branches: master

permissions:
contents: write
contents: read

jobs:
documentationjob:
permissions:
contents: write

runs-on: ubuntu-20.04

Expand Down

0 comments on commit a28a962

Please sign in to comment.