Skip to content

Commit a503a30

Browse files
committed
fix(run-integration-test): Remove bonk interpolation
![silly-sausage](https://github.com/user-attachments/assets/98ec0045-066f-4359-87aa-c6139abb3be9)
1 parent e5f5214 commit a503a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-integration-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ runs:
205205
run: |
206206
set -euo pipefail
207207
# No 'set -x' here: it would risk exposing the token. Mask defensively in case the
208-
# value did not arrive via ${{ secrets.* }} (which GitHub redacts automatically).
208+
# value did not arrive via secrets.* (which GitHub redacts automatically).
209209
echo "::add-mask::${OTLP_BEARER_TOKEN}"
210210
211211
echo "::group::kubectl apply secret"

0 commit comments

Comments
 (0)