Skip to content

Commit

Permalink
use app for generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jul 28, 2023
1 parent e18d7bf commit af519ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit af519ed

Please sign in to comment.