diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index 736aaa57f..66d15810a 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -8,13 +8,12 @@ on: pull_request: branches: [main] -permissions: - pull-requests: write - issue: write - jobs: chromatic-deployment: runs-on: ubuntu-latest + permissions: + pull-requests: write + issues: write steps: - name: Checkout code uses: actions/checkout@v4