Skip to content

Commit

Permalink
feat: update to use zarf file type var for key
Browse files Browse the repository at this point in the history
  • Loading branch information
MxNxPx committed Oct 11, 2023
1 parent 4a9c58e commit 9524a1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ variables:
- name: GITHUB_APP_INSTALLATION_ID
prompt: true
- name: GITHUB_APP_PRIVATE_KEY
prompt: true
default: deploy-github-app-private-key.yaml
prompt: false
type: file
autoIndent: true
- name: GITHUB_RUNNER_GROUP
prompt: true
default: "default"
Expand Down Expand Up @@ -62,4 +65,4 @@ components:
- ghcr.io/actions/actions-runner:latest
- docker:dind
# renovate: datasource=docker
- ghcr.io/actions/gha-runner-scale-set-controller:0.4.0
- ghcr.io/actions/gha-runner-scale-set-controller:0.4.0

0 comments on commit 9524a1c

Please sign in to comment.