Skip to content

Update balena-io/deploy-to-balena-action action to v2.0.50 #331

Update balena-io/deploy-to-balena-action action to v2.0.50

Update balena-io/deploy-to-balena-action action to v2.0.50 #331

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
fleet:
[
klutchell_blocks/tailscale-aarch64,
klutchell_blocks/tailscale-amd64,
klutchell_blocks/tailscale-armv7hf,
]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: balena-io/deploy-to-balena-action@36ee9cbc223e8152ee385be723e0049f8e3f32dc # v2.0.50
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true