Skip to content

Commit 9ae93a9

Browse files
committed
chore: drop secrets from init workflow
secrets from shared configs are no longer supported, so we should also not ask for the option when using the init workflow to start using renovate. https://docs.renovatebot.com/mend-hosted/migrating-secrets/
1 parent d975997 commit 9ae93a9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/init.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
description: "Is the repository using python dependencies? (experimental!)"
1616
default: false
1717
type: boolean
18-
secrets:
19-
description: "Is the repository using private npm packages in the `@bettermarks/` scope?"
20-
type: boolean
21-
default: false
2218
automerge:
2319
description: "Should some dependency updates be merged a human review? Leave the field empty if you are not sure!"
2420
default: ""

init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const config = {
1010
extends: [
1111
`github>bettermarks/renovate-config${inputs.javascript ? ':javascript' : ''}`,
1212
inputs.python ? 'github>bettermarks/renovate-config:python' : '',
13-
inputs.secrets ? 'github>bettermarks/renovate-secrets' : '',
1413
inputs.automerge,
1514
].filter(Boolean)
1615
};

0 commit comments

Comments
 (0)