Skip to content

Commit

Permalink
Update build-docs-and-push-to-ghpages.yml
Browse files Browse the repository at this point in the history
Fixed Job permission issue
  • Loading branch information
mwester117 authored Jul 4, 2024
1 parent e3d162b commit 6980782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs-and-push-to-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
if: github.repository == 'svalabs/sva.sentinelone'
permissions:
contents: write
pages: write
id-token: write
needs: [build-docs]
name: Publish Ansible Docs
uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-publish-gh-pages.yml@main
Expand Down

0 comments on commit 6980782

Please sign in to comment.