We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46e143 commit a711f18Copy full SHA for a711f18
1 file changed
.github/workflows/tests.yml
@@ -30,6 +30,13 @@ jobs:
30
31
- run: brew test-bot --only-cleanup-before
32
33
+ # Explicitly trust only this tap's own formulae so `brew doctor`
34
+ # (run by `--only-setup`) passes once Homebrew enforces tap trust.
35
+ # Least-privilege: scoped to the two formulae in this repo, on the
36
+ # ephemeral CI runner only. We deliberately avoid
37
+ # HOMEBREW_NO_REQUIRE_TAP_TRUST, which disables the trust control.
38
+ - run: brew trust --formula grafana/pyroscope/pyroscope grafana/pyroscope/profilecli
39
+
40
- run: brew test-bot --only-setup
41
42
- run: brew test-bot --only-tap-syntax
0 commit comments