Skip to main content

VKPR github parameter add

Description

Add a secret on repo to use with Github Actions.

Commands

Interactive inputs:

  vkpr github parameter add [flags]

Argument Reference

Flags

  --project_name  Specifies the github project Name.
--secret_name Specifies the name from the secret to be used in Github Actions.
--secret_value Specifies the value from the secret to be used in Github Actions

Setting Provider credentials

CAUTION: Setting credentials manually will override the credentials already saved in memory

Github

  rit set credential --provider="github" --fields="github_username,github_token" --values="your-username,your-token"

See Also