Skip to content

Commit

Permalink
Adjust permission of documentation workflows from pages to contents f…
Browse files Browse the repository at this point in the history
…or writing (#2933)
  • Loading branch information
yunchu authored Feb 20, 2024
1 parent 4f36c14 commit d41b273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Build-Docs:
runs-on: ubuntu-20.04
permissions:
pages: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build-Docs:
runs-on: ubuntu-20.04
permissions:
pages: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
Expand Down

0 comments on commit d41b273

Please sign in to comment.