Skip to content
Merged
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/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
identity: renovate

- shell: bash
run: |

Check warning on line 32 in .github/workflows/renovate.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:3:78: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/renovate.yaml:32:7: shellcheck reported issue in this script: SC2086:info:3:78: Double quote to prevent globbing and word splitting [shellcheck]
RENOVATE_DOCKER_CGR_DEV_PASSWORD=$(chainctl auth token --audience=cgr.dev)
echo "::add-mask::$RENOVATE_DOCKER_CGR_DEV_PASSWORD"
echo "RENOVATE_DOCKER_CGR_DEV_PASSWORD=$RENOVATE_DOCKER_CGR_DEV_PASSWORD" >> $GITHUB_ENV

- name: Run Renovate
uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 # v46.1.17
uses: renovatebot/github-action@b50d2ba2bd928235abdcc14d06dfafc217f1c565 # v46.1.18
env:
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ steps.octo-sts.outputs.token }}
Expand Down
Loading