Skip to content

Update balena-io/deploy-to-balena-action action to v2.0.58 #342

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

Update balena-io/deploy-to-balena-action action to v2.0.58 #342

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