Skip to content

How am I supposed to pass multiple policy files to update checksums against? #2007

Discussion options

You must be logged in to vote

The input policy_allow doesn't support multiple files at the moment.
And you don't have to specify the same file in both aqua_policy_config and policy_allow.

Please try the following code.

      aqua_policy_config: 'private_dot_config/exact_aqua/aqua-policy.yaml'
      policy_allow: 'true'
  update-aqua-checksums:
    uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@7a77a05ec15945a7360f871e7751547acfae4f41 # renovate: tag=v0.1.6
    permissions:
      contents: write
    with:
      aqua_policy_config: 'private_dot_config/exact_aqua/aqua-policy.yaml'
      aqua_version: v2.6.0
      prune: true
      policy_allow: 'true'
    secrets:
      gh_token: '${{secre…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
3 replies
@suzuki-shunsuke
Comment options

@suzuki-shunsuke
Comment options

@suzuki-shunsuke
Comment options

Answer selected by suzuki-shunsuke
Comment options

You must be logged in to vote
5 replies
@suzuki-shunsuke
Comment options

@sheldonhull
Comment options

@suzuki-shunsuke
Comment options

@sheldonhull
Comment options

@suzuki-shunsuke
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants