Skip to content

Update balena-io/deploy-to-balena-action action to v2.0.43 #647

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

Update balena-io/deploy-to-balena-action action to v2.0.43 #647

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
fleet: [gh_klutchell/pi-hole, klutchell_apps/pi-hole]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: balena-io/deploy-to-balena-action@6f821c31f8123154d5f17913b1006e7207dd00a5 # v2.0.39
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true