Skip to content

Fix TS api types and add some cursor tests (#623) #32

Fix TS api types and add some cursor tests (#623)

Fix TS api types and add some cursor tests (#623) #32

Workflow file for this run

name: "deploy"
on:
# Run using manual triggers from GitHub UI:
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch: {}
# Run on pushes to 'main' branch':
push:
branches:
- "main"
# We publish multiple packages for each version.
# Wait for any existing deploys to complete before starting a new one:
concurrency:
group: "deploy"
cancel-in-progress: false
jobs:
ci:
uses: "./.github/workflows/_jobs_ci.yml"
github-pages:

Check failure on line 23 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 23, Col: 3): Error calling workflow 'OmarTawfik-forks/slang/.github/workflows/_jobs_github_pages.yml@80114a833dc8249447c382bf457215b1a4d9e5ae'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
needs: "ci"
if: "${{ github.repository == 'NomicFoundation/slang' }}"
uses: "./.github/workflows/_jobs_github_pages.yml"
publish:
needs: "ci"
if: "${{ github.repository == 'NomicFoundation/slang' }}"
uses: "./.github/workflows/_jobs_publish.yml"
secrets: "inherit"