Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '.github/workflows/release.yaml'
- '.releaserc.js'
- 'package.json'
- 'bun.lock'
- 'templates/**'
workflow_dispatch:
inputs:
Expand Down
28 changes: 28 additions & 0 deletions .github/workflows/update-aqua-checksum.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# yamllint disable rule:line-length
name: update-aqua-checksum

on:
pull_request:
paths:
- 'images/homelab-workspace/aqua.yaml'
- 'images/homelab-workspace/aqua-checksums.json'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
update-aqua-checksums:
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@d248abb88efce715d50eb324100d9b29a20f7d18 # v1.0.4
with:
# renovate: datasource=github-releases depName=aquaproj/aqua
aqua_version: v2.53.6
working_directory: private_dot_config/aquaproj-aqua
prune: false
secrets:
gh_app_id: ${{ secrets.HOMELAB_BOT_APP_ID }}
gh_app_private_key: ${{ secrets.HOMELAB_BOT_APP_PRIVATE_KEY }}