2024-10-24 14:08:36 +05:30
|
|
|
name: Check Drone CI Signature
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- "main"
|
|
|
|
paths:
|
|
|
|
- ".drone/drone.yml"
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- ".drone/drone.yml"
|
|
|
|
|
2024-12-18 12:02:51 +01:00
|
|
|
permissions:
|
|
|
|
id-token: write
|
2024-12-19 06:18:35 -05:00
|
|
|
contents: read
|
2024-12-18 12:02:51 +01:00
|
|
|
|
2024-10-24 14:08:36 +05:30
|
|
|
jobs:
|
|
|
|
drone-signature-check:
|
2024-11-27 22:28:44 +05:30
|
|
|
# only run in grafana/tempo.
|
|
|
|
if: github.repository == 'grafana/tempo'
|
2024-10-24 14:08:36 +05:30
|
|
|
uses: grafana/shared-workflows/.github/workflows/check-drone-signature.yaml@main
|
|
|
|
with:
|
|
|
|
drone_config_path: .drone/drone.yml
|