Skip to content

fix(deps): pin dependencies #897

fix(deps): pin dependencies

fix(deps): pin dependencies #897

Workflow file for this run

name: Plugins - CI
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
ci:
name: CI
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v6.1.1
permissions:
contents: read
id-token: write
with:
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
playwright-config: ${{ github.event.pull_request.head.repo.fork == true || github.actor == 'dependabot[bot]' && 'playwright-fork.config.ts' || 'playwright.config.ts' }}
playwright-secrets: |
ACCESS_KEY=e2e:accessKey
SECRET_KEY=e2e:secretKey