Skip to content

Update dependency tailscale/tailscale to v1.98.9 #661

Update dependency tailscale/tailscale to v1.98.9

Update dependency tailscale/tailscale to v1.98.9 #661

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
fleet:
[
gh_klutchell/tailscale-aarch64,
gh_klutchell/tailscale-amd64,
gh_klutchell/tailscale-armv7hf,
]
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
fetch-depth: 1
# https://github.com/balena-io/deploy-to-balena-action
- uses: balena-io/deploy-to-balena-action@3653c472f0bb6a9885110328b28c3a80470b3b63 # v2.3.1
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}