Skip to content

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

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

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

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