Skip to content

Commit

Permalink
Merge pull request #82 from askb/main
Browse files Browse the repository at this point in the history
CI: Move input param ENV_SECRETS under secrets
  • Loading branch information
askb authored Nov 30, 2023
2 parents 8297c0e + 761132c commit 26f3ac3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/composed-ci-management-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@ on:
required: false
default: "{}"
type: string
secrets:
ENV_SECRETS:
# yamllint disable-line rule:line-length
description: "Pass GitHub secrets to be exported as environment variables via `toJSON(secrets)` or specific secrets encoded in JSON format"
required: false
default: "{}"
type: string
secrets:
GERRIT_SSH_PRIVKEY:
description: "SSH Key for the authorized user account"
required: true
Expand Down

0 comments on commit 26f3ac3

Please sign in to comment.