Skip to content

Update actions/checkout digest to a5ac7e5 #420

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #420

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: balena-io/deploy-to-balena-action@cc998b3d5e0694d9f5bbf5708b504910d6d3027a # v2.0.66
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
environment: balena-cloud.com
fleet: ${{ matrix.fleet }}
versionbot: false
create_tag: true