Taras Sotnikov
Taras Sotnikov
Feature request: Ability to create [GitHub repository variables](https://docs.github.com/en/actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository) It is supported in the underlying `integrations/github` module with the [github_actions_variable](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_variable) resource.
Use `GITHUB_ACTION_PATH` environment variable instead of `${{ github.action_path }}` in order to allow execution inside a docker container. As metioned here: https://github.com/actions/runner/issues/716#issuecomment-795238933