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
7 changes: 7 additions & 0 deletions .github/workflows/apps-ui-bundle-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# v1.8.0 doesn't reliably fall back to env GITHUB_TOKEN — it
# initialises Octokit before reading the env, so the token must
# be passed explicitly as a `with:` input. Without this, every
# PR run fails with "Parameter token or opts.auth is required"
# even though the env was set. Keeping the env: line above as
# belt-and-braces for any future action version that flips back.
github_token: ${{ secrets.GITHUB_TOKEN }}
package_manager: npm
script: build
skip_step: install
2 changes: 1 addition & 1 deletion infra/compose/compose/docker-compose.observability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:

tempo:
profiles: ["observability"]
image: grafana/tempo:2.6.1
image: grafana/tempo:2.6.1@sha256:ef4384fce6e8ad22b95b243d8fc165628cda655376fd50e7850536ad89d71d50
restart: unless-stopped
command: ["-config.file=/etc/tempo/tempo.yml"]
volumes:
Expand Down
Loading