Skip to content

Commit

Permalink
fix: Update github->action javadoc permissions (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <t.drozdovsky@samsung.com>
  • Loading branch information
tdrozdovsky committed Nov 16, 2023
1 parent 6377e10 commit 927c018
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ on:
branches:
- main

permissions:
contents: read

jobs:
generate-and-publish-javadoc:
runs-on: ubuntu-latest

permissions:
contents: read
pages: write

steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
Expand Down

0 comments on commit 927c018

Please sign in to comment.