Skip to content

Update balena-io/deploy-to-balena-action action to v1.0.2 #166

Update balena-io/deploy-to-balena-action action to v1.0.2

Update balena-io/deploy-to-balena-action action to v1.0.2 #166

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/adguard-home]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: balena-io/deploy-to-balena-action@f009d295ed6904859c7b99a5637855d9e3ee670e # v1.0.2
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
environment: balena-cloud.com
fleet: ${{ matrix.fleet }}
versionbot: false
create_tag: true