Skip to content

feat: rework spinner to use Prompt api #995

feat: rework spinner to use Prompt api

feat: rework spinner to use Prompt api #995

Workflow file for this run

name: Preview
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
preview:

Check failure on line 11 in .github/workflows/preview.yml

View workflow run for this annotation

GitHub Actions / Preview

Invalid workflow file

The workflow is not valid. .github/workflows/preview.yml (Line: 11, Col: 3): Error calling workflow 'bombshell-dev/automation/.github/workflows/preview.yml@main'. The nested job 'preview' is requesting 'contents: write, pull-requests: write, id-token: write', but is only allowed 'contents: read, pull-requests: none, id-token: none'.
if: github.repository_owner == 'bombshell-dev'
uses: bombshell-dev/automation/.github/workflows/preview.yml@main
with:
publish: "./packages/*"
template: "./examples/*"