Skip to content

Commit 042bbb2

Browse files
authored
Merge pull request #25 from github/copilot/apply-autofixes-961
Add least-privilege permissions to build-docs job
2 parents ab57af0 + a91bebf commit 042bbb2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313
jobs:
1414
build-docs:
1515
name: Build Storybook
16+
permissions:
17+
contents: read
1618
runs-on: ubuntu-latest
1719
steps:
1820
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)