We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493e82e commit c6ca658Copy full SHA for c6ca658
.github/workflows/beaker.yml
@@ -73,6 +73,12 @@ on:
73
beaker_hcloud_token:
74
description: token to access the Hetzner Cloud API
75
required: false
76
+ icinga_repo_password:
77
+ description: password to access upstream Icinga repos
78
+ required: false
79
+ icinga_repo_user:
80
+ description: user to access upstream Icinga repos
81
82
83
env:
84
BEAKER_HYPERVISOR: ${{ inputs.beaker_hypervisor }}
@@ -155,6 +161,8 @@ jobs:
155
161
156
162
BUNDLE_WITHOUT: development:test:release
157
163
BEAKER_HCLOUD_TOKEN: '${{ secrets.beaker_hcloud_token }}'
164
+ ICINGA_REPO_PASSWORD: '${{ secrets.icinga_repo_password }}'
165
+ ICINGA_REPO_USER: '${{ secrets.icinga_repo_user }}'
158
166
strategy:
159
167
fail-fast: false
160
168
matrix:
0 commit comments