Skip to content

Commit c4e1398

Browse files
Copilotpelikhan
andcommitted
Update smoke-claude workflow to use github-app for APM dependencies
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent a043c4f commit c4e1398

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/workflows/smoke-claude.lock.yml

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-claude.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ tools:
5050
languages:
5151
go: {}
5252
dependencies:
53-
- microsoft/apm-sample-package
53+
github-app:
54+
app-id: ${{ vars.APP_ID }}
55+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
56+
packages:
57+
- microsoft/apm-sample-package
5458
runtimes:
5559
go:
5660
version: "1.25"

0 commit comments

Comments
 (0)