Skip to content

Commit

Permalink
Permissions?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 4, 2024
1 parent 1ffdf45 commit ab53003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [main]

permissions:
id-token: write

jobs:
deploy-storybook:
name: Deploy Storybook
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "rollup -c -w",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c ./eslint.config.mjs './**/*.{js,ts,jsx,tsx,cjs,mjs}'",
"lint:fix": "npm run lint -- --fix",
"storybook": "storybook dev -p 6006",
"storybook": "npm run build; storybook dev -p 6006",
"storybook:build": "storybook build"
},
"exports": {
Expand Down

0 comments on commit ab53003

Please sign in to comment.