balena-supervisor/.github/actions/finalize/action.yml
Self-hosted Renovate Bot 21f72b0ce9 Update balena-io/deploy-to-balena-action action to v2.0.67
Update balena-io/deploy-to-balena-action from 2.0.66 to 2.0.67

Change-type: patch
2024-05-20 01:34:21 +00:00

23 lines
970 B
YAML

# https://docs.github.com/en/actions/creating-actions/creating-a-composite-action
name: 'Finalize releases on staging'
description: 'Custom publish step to finalize releases on balena staging'
# these inputs are always provided by flowzone, so they must always be defined on the composite action
inputs:
json:
description: 'JSON stringified object containing all the inputs from the calling workflow'
required: true
secrets:
description: 'JSON stringified object containing all the secrets from the calling workflow'
required: true
runs:
using: 'composite'
steps:
- uses: balena-io/deploy-to-balena-action@d043584f1360c0153c832e4f0031f29ed024dce4 # v2.0.67
with:
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
fleet: ${{ env.matrix_value }}
environment: balena-staging.com
versionbot: false # ignore versionbot branch since the flowzone source is already versioned
source: .