Skip to content

Commit

Permalink
ci: update make drone to sign with correct repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Feb 28, 2024
1 parent 743efef commit 2552a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: f0ee45eb7194fb9b66e5fe25c83d3727698c10653033ffcc8f8aaae215c23752
hmac: 25f83467a6323fb131c803ff1e9b9b0676d28c40ab0d55f374307685111eb61f

...
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ endif
.PHONY: drone
drone: generate-drone
drone lint .drone/drone.yml --trusted
drone --server https://drone.grafana.net sign --save grafana/agent .drone/drone.yml
drone --server https://drone.grafana.net sign --save grafana/alloy .drone/drone.yml

.PHONY: clean
clean: clean-dist clean-build-container-cache
Expand Down

0 comments on commit 2552a41

Please sign in to comment.