Skip to content

Commit

Permalink
Disable read only permission from docgenerator (#2407)
Browse files Browse the repository at this point in the history
* disable read only permission from .github/workflows/docgenerator.yml
  • Loading branch information
cpholguera committed May 8, 2023
1 parent 5c77d3c commit 1271f4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
paths:
- 'Document/**.md'

permissions:
contents: read

jobs:
Generate-MASTG-Documents:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1271f4b

Please sign in to comment.