Skip to content

Update balena-io/deploy-to-balena-action action to v2.0.27 #602

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

Update balena-io/deploy-to-balena-action action to v2.0.27 #602

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