Skip to content

Send a heartbeat each minute #66

Send a heartbeat each minute

Send a heartbeat each minute #66

Workflow file for this run

on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Push new Version to Balena Cloud
jobs:
balenapush:
name: Push to Balena.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: balena-io/deploy-to-balena-action@master
with:
balena_token: ${{ secrets.BALENA_API_TOKEN }}
fleet: ${{ secrets.BALENA_APPLICATION_NAME }}
create_tag: false