Skip to content

Commit

Permalink
Merge pull request #25 from Citi/addReadPermissions
Browse files Browse the repository at this point in the history
Configure documentation upload
  • Loading branch information
imanushin authored Feb 14, 2024
2 parents d2de14f + fa2e21f commit 109ba89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

permissions:
contents: read
pages: write
id-token: write

jobs:
gradle:
Expand Down Expand Up @@ -38,7 +40,7 @@ jobs:

# https://github.com/actions/upload-pages-artifact
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './build/docs/asciidoc'

Expand Down

0 comments on commit 109ba89

Please sign in to comment.