Skip to content

Update actions/checkout digest to 692973e #393

Update actions/checkout digest to 692973e

Update actions/checkout digest to 692973e #393

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
fleet:
[
klutchell_blocks/tailscale-aarch64,
klutchell_blocks/tailscale-amd64,
klutchell_blocks/tailscale-armv7hf,
]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: balena-io/deploy-to-balena-action@2843c5d56dc96b3d12eab1db05f1a89f268e8f80 # v2.0.71
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true