Skip to content

Commit a4f3bfa

Browse files
author
Rumen Petrov
committed
CI reduce permissions
1 parent e70563f commit a4f3bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-github-pages.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Build and Publish storybook to GitHub Pages
2-
permissions:
3-
contents: read
4-
pages: write
5-
id-token: write
62
on:
73
push:
84
branches:
95
- "main"
6+
7+
permissions:
8+
id-token: write
9+
1010
jobs:
1111
deploy:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)