Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/observability.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OpenTelemetry
on:
workflow_run:
workflows: [.github/workflows/copilot-setup-steps.yml, Analyze, Autorerun, Autoversion, Autoversion Main, Autoversion Release, Backport, Build, CI, Copilot coding agent, Experiment, GitHub, Greetings, Initialize Fork, Performance GitHub Job, Publish, Refresh Demos, Renovate, Shell, Test, Workflow Example]
workflows: [.github/workflows/copilot-setup-steps.yml, Analyze, Autorerun, Autoversion, Autoversion Main, Autoversion Release, Backport, Build, CI, Copilot coding agent, Experiment, GitHub, Greetings, Initialize Fork, Performance GitHub Job, Publish, Refresh Demos, Renovate, Shell, Test, Update Debian Repository, Workflow Example]
types:
- completed
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.42.0
with:
secrets_to_redact: '["${{ github.token }}","${{ secrets.PACKAGES_GITHUB_TOKEN }}"]'
secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}","${{ secrets.PACKAGES_GITHUB_TOKEN }}"]'
env:
OTEL_EXPORTER_OTLP_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}'
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/update_deb_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ jobs:
permissions:
pages: write
id-token: write
actions: read
steps:
- uses: plengauer/opentelemetry-github/actions/instrument/job@v5.42.0
env:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_EXPORTER_OTLP_HEADERS: ${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}
with:
secrets_to_redact: '["${{ github.token }}"]'
Comment thread
plengauer marked this conversation as resolved.
- uses: plengauer/create-deb-repository@v0.0.17
- uses: actions/upload-pages-artifact@v4.0.0
with:
Expand Down
Loading