From e37ba1e54023f657c130f8e6e9a8c2d6b4c0a7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0ime=C4=8Dek?= Date: Sun, 4 Feb 2024 23:51:11 +0100 Subject: [PATCH] CI fix --- .github/workflows/deploy-storybook.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 37040e4..7d1bc53 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -4,12 +4,13 @@ on: push: branches: [main] +permissions: + pages: write + id-token: write + jobs: deploy-storybook: name: Deploy Storybook - permissions: - pages: write - id-token: write runs-on: ubuntu-latest environment: name: github-pages