Skip to content

Commit

Permalink
ci(workflows): fixed generate theme readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Nov 12, 2023
1 parent 9ac5c4e commit 07f004d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/generate-theme-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ on:
paths:
- "themes/index.ts"

permissions:
actions: read
checks: read
contents: write
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read

jobs:
generateThemeDoc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07f004d

Please sign in to comment.