Skip to content

Commit

Permalink
point shared-actions at main
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Nov 13, 2024
1 parent f0d3a94 commit 1718a56
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
runs-on: ubuntu-latest
env:
OTEL_SERVICE_NAME: "pr-rmm"
# SHARED_ACTIONS_REPO should default to rapids/shared-actions
SHARED_ACTIONS_REF: "telemetry-dispatch-actions"
steps:
- name: Telemetry setup
uses: rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars@telemetry-dispatch-actions
uses: rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars@main

pr-builder:
needs:
Expand Down Expand Up @@ -148,10 +146,10 @@ jobs:
continue-on-error: true
steps:
- name: Load stashed telemetry env vars
uses: rapidsai/shared-actions/telemetry-dispatch-load-base-env-vars@telemetry-dispatch-actions
uses: rapidsai/shared-actions/telemetry-dispatch-load-base-env-vars@main
with:
load_service_name: true
- name: Telemetry summarize
uses: rapidsai/shared-actions/telemetry-dispatch-write-summary@telemetry-dispatch-actions
uses: rapidsai/shared-actions/telemetry-dispatch-write-summary@main
with:
cert_concat: "${{ secrets.OTEL_EXPORTER_OTLP_CA_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_KEY }}"
cert_concat: join(fromJSON('["${{ secrets.OTEL_EXPORTER_OTLP_CA_CERTIFICATE }}", "${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE }}", "${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_KEY }}"]'), ';')

0 comments on commit 1718a56

Please sign in to comment.