Skip to content

Commit

Permalink
beaker: Pass beaker_hcloud_token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 1, 2023
1 parent e8d0217 commit 2071a70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ on:
default: ubuntu-20.04
required: false
type: string
secrets:
beaker_hcloud_token:
description: token to access the Hetzner Cloud API
required: false
default: ''

env:
BEAKER_HYPERVISOR: ${{ inputs.beaker_hypervisor }}
Expand Down Expand Up @@ -136,6 +141,7 @@ jobs:
runs-on: ${{ inputs.acceptance_runs_on }}
env:
BUNDLE_WITHOUT: development:test:release
BEAKER_HCLOUD_TOKEN: : '${{ secrets.beaker_hcloud_token }}'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2071a70

Please sign in to comment.