Skip to content

Commit

Permalink
Merge pull request #47 from voxpupuli/env
Browse files Browse the repository at this point in the history
beaker: Pass beaker_hcloud_token secret
  • Loading branch information
ekohl committed Nov 6, 2023
2 parents e8d0217 + fa363d3 commit 4e7fe70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ on:
default: ubuntu-20.04
required: false
type: string
secrets:
beaker_hcloud_token:
description: token to access the Hetzner Cloud API
required: false

env:
BEAKER_HYPERVISOR: ${{ inputs.beaker_hypervisor }}
Expand Down Expand Up @@ -136,6 +140,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 4e7fe70

Please sign in to comment.