diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index de8af4ff7c..bab8a252b6 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -30,13 +30,13 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - - if: github.event_name == 'push' && github.repository_owner == 'philips-software' + - if: github.event_name == 'push' && github.repository_owner == 'philips-labs' name: Checkout with App Token uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3 with: token: ${{ steps.token.outputs.token }} - - if: github.event_name == 'push' && github.repository_owner != 'philips-software' + - if: github.event_name == 'push' && github.repository_owner != 'philips-labs' name: Checkout with GITHUB Action token uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3 diff --git a/variables.tf b/variables.tf index 108cf13af8..415b23d2bb 100644 --- a/variables.tf +++ b/variables.tf @@ -795,7 +795,7 @@ variable "runner_credit_specification" { } variable "enable_jit_config" { - description = "Enables JIT configuration for creating runners instead of registration token based registraton. JIT configuration will only be applied for ephemeral runners after enabling this feature. For non-ephemeral the feature is ingored. When running on GHES check first if the JIT config API is available. The configuration parameter auto update is not available for JIT configuraiton, we don't now if auto updates are enabled or not when applied." + description = "Enables JIT configuration for creating runners instead of registration token based registraton. JIT configuration will only be applied for ephemeral runners after enabling this feature. For non-ephemeral the feature is ingored. When running on GHES check first if the jit config API is available. The configuration parameter auto update is not available for JIT configuraiton, we don't now if auto updates are enabled or not when applied." type = bool default = false }