Skip to content

v0.1.5

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 03 Feb 14:01
· 33 commits to main since this release
v0.1.5
d0f60c5

Issues | Pull Requests | v0.1.4...v0.1.5

Features

#22 Add a reusable workflow

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}}