Skip to content

Commit

Permalink
Add 'contents: write' permissions to docfx build GitHub Action (micro…
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan authored Feb 20, 2024
1 parent 5a08c6c commit 235e8ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docfx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
build:
name: Build
runs-on: windows-latest
permissions:
contents: write # for push access to the gh-pages branch
steps:
# Check out the branch that triggered this workflow to the 'source' subdirectory
- name: Checkout Code
Expand Down

0 comments on commit 235e8ec

Please sign in to comment.