Skip to content

Commit 5d7ea03

Browse files
authoredAug 6, 2024··
fix: renovate typo token/password (#202)
1 parent 9c298e0 commit 5d7ea03

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎.github/workflows/ci-docs-shim.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
- LICENSE
2020
- CONTRIBUTING.md
2121
- SECURITY.md
22+
- config/renovate.json5
2223

2324
jobs:
2425
run-test:

‎.github/workflows/test-deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- LICENSE
2222
- CONTRIBUTING.md
2323
- SECURITY.md
24+
- config/renovate.json5
2425

2526
concurrency:
2627
group: test-${{ github.ref }}

‎config/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"hostType": "docker",
4848
"description": "Encrypted creds for ghcr.io, scoped to this Github org using: https://docs.renovatebot.com/getting-started/migrating-secrets/#migrate-your-secrets-in-encrypted-form",
4949
"username": "renovate",
50-
"token": "{{ secrets.DEFENSEUNICORNS_PACKAGE_READ_PAT }}"
50+
"password": "{{ secrets.DEFENSEUNICORNS_PACKAGE_READ_PAT }}"
5151
}
5252
],
5353
"regexManagers": [

0 commit comments

Comments
 (0)
Please sign in to comment.