Skip to content

Commit

Permalink
will this fix drone
Browse files Browse the repository at this point in the history
  • Loading branch information
ie-pham committed Sep 13, 2024
1 parent a2462f6 commit 77dbc62
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,12 @@ steps:
}
]
}
github_token:
from_secret: gh_token
github_app_id:
rom_secret: tempo-app-id
github_app_installation_id:
from_secret: tempo-app-installation-id
github_app_private_key:
from_secret: tempo-app-private-key
trigger:
ref:
- refs/heads/main
Expand Down Expand Up @@ -564,6 +568,24 @@ get:
kind: secret
name: gpg_passphrase
---
get:
name: tempo-app-id
path: ci/data/repo/grafana/tempo/github-app
kind: secret
name: app-id
---
get:
name: tempo-app-installation-id
path: ci/data/repo/grafana/tempo/github-app
kind: secret
name: app-installation-id
---
get:
name: tempo-app-private-key
path: ci/data/repo/grafana/tempo/github-app
kind: secret
name: app-private-key
---
kind: signature
hmac: bee5601dffa0f46559f5d8734ebda1261ec9171a3dca7add1a23188f6f162945

Expand Down

0 comments on commit 77dbc62

Please sign in to comment.