Check Drone CI Signature #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |