Skip to content

Update package.json

Update package.json #4

Workflow file for this run

name: Plugins - CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:

Check failure on line 12 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / Plugins - CI

Invalid workflow file

The workflow is not valid. .github/workflows/push.yaml (Line: 12, Col: 3): Error calling workflow 'grafana/plugin-ci-workflows/.github/workflows/ci.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/push.yaml (Line: 12, Col: 3): Error calling workflow 'grafana/plugin-ci-workflows/.github/workflows/ci.yml@main'. The nested job 'upload-to-gcs' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: CI
if: false
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main
with:
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
run-playwright: true