This action requires a token for the user on whose behalf it will run.

CreateGitlabGroupVariables — creates group-level variables in GitLab.

Request example

group_id: '0'
variables:
  - key: EXAMPLE_VARIABLE
    value: value

Request specification

NameRequiredDescription
group_idYesIdentifier of the group in which to create the variables
variablesYesList of variables to create

The fields for each variable correspond to the official GitLab group-level variables API, /groups/:id/variables. For details, see the GitLab documentation.

Note

The action performs a POST request to the URL: /api/v4/groups/:id/variables.