Skip to content

drone: remove serverless pipeline #20

drone: remove serverless pipeline

drone: remove serverless pipeline #20

name: Check Drone CI Signature
on:
push:
branches:
- "main"
paths:
- ".drone/drone.yml"
pull_request:
paths:
- ".drone/drone.yml"
permissions:
id-token: write
jobs:
drone-signature-check:

Check failure on line 17 in .github/workflows/drone-signature-check.yml

View workflow run for this annotation

GitHub Actions / Check Drone CI Signature

Invalid workflow file

The workflow is not valid. .github/workflows/drone-signature-check.yml (Line: 17, Col: 3): Error calling workflow 'grafana/shared-workflows/.github/workflows/check-drone-signature.yaml@main'. The nested job 'check-drone-signature' is requesting 'contents: read', but is only allowed 'contents: none'.
# only run in grafana/tempo.
if: github.repository == 'grafana/tempo'
uses: grafana/shared-workflows/.github/workflows/check-drone-signature.yaml@main
with:
drone_config_path: .drone/drone.yml