v0.1.5
Issues | Pull Requests | v0.1.4...v0.1.5
Features
#22 Add a reusable workflow
Eample
name: update-aqua-checksum
on:
pull_request:
paths:
- aqua.yaml
- aqua-checksums.json
jobs:
update-aqua-checksums:
uses: aquaproj/update-checksum-action/.github/workflows/update-checksum.yaml@d0f60c5e83d035616de1e73d2b75f56b167f173e # v0.1.5
permissions:
contents: read
with:
aqua_policy_config: aqua-policy.yaml
aqua_version: v1.32.3
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}