Skip to content

Update balena-io/deploy-to-balena-action action to v2.0.33 #274

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

Update balena-io/deploy-to-balena-action action to v2.0.33 #274

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@f573ca039fe0e1fcc1876377563c3b9eba4c6846 # v2.0.33
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true