Skip to content

Check Drone CI Signature #65

Check Drone CI Signature

Check Drone CI Signature #65

name: Check Drone CI Signature
on:
push:
branches:
- "main"
paths:
- ".drone/drone.yml"
pull_request:
paths:
- ".drone/drone.yml"
permissions:
id-token: write
contents: read
jobs:
drone-signature-check:
# 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