Skip to content

Split release process out to manual workflow_dispatch #298

Split release process out to manual workflow_dispatch

Split release process out to manual workflow_dispatch #298

Workflow file for this run

name: CI
env:
DEBUG: napi:*
APP_NAME: python-node
MACOSX_DEPLOYMENT_TARGET: '10.13'
permissions:
contents: read
on:
push:
branches:
- main
tags-ignore:
- '**'
paths-ignore:
- '**/*.md'
- LICENSE
- '**/*.gitignore'
- .editorconfig
- docs/**
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ci
cancel-in-progress: true
jobs:
build-and-test:

Check failure on line 30 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/CI.yml (Line: 30, Col: 3): Error calling workflow 'platformatic/python-node/.github/workflows/build-and-test.yml@bcb99714380c0457a0fe9bd6aa9e7059663c2f50'. The workflow is requesting 'contents: write, id-token: write', but is only allowed 'contents: read, id-token: none'.
uses: ./.github/workflows/build-and-test.yml
with:
run-tests: true