File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ private admin repo.
2929### Organization variables
3030
3131- ` OTELBOT_APP_ID `
32+ - ` OTELBOT_JAVA_INSTRUMENTATION_APP_ID ` (scoped only to this repo)
Original file line number Diff line number Diff line change 7171 if : steps.check-patch.outputs.exists == 'true'
7272 id : otelbot-token
7373 with :
74- app-id : ${{ secrets .OTELBOT_JAVA_INSTRUMENTATION_APP_ID }}
74+ app-id : ${{ vars .OTELBOT_JAVA_INSTRUMENTATION_APP_ID }}
7575 private-key : ${{ secrets.OTELBOT_JAVA_INSTRUMENTATION_PRIVATE_KEY }}
7676
7777 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
Original file line number Diff line number Diff line change 2424 - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2525 id : otelbot-token
2626 with :
27- app-id : ${{ secrets .OTELBOT_JAVA_INSTRUMENTATION_APP_ID }}
27+ app-id : ${{ vars .OTELBOT_JAVA_INSTRUMENTATION_APP_ID }}
2828 private-key : ${{ secrets.OTELBOT_JAVA_INSTRUMENTATION_PRIVATE_KEY }}
2929
3030 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
You can’t perform that action at this time.
0 commit comments