Skip to content

v0.2.10

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 07:09
· 191 commits to main since this release
v0.2.10
6134822

Pull Requests | Issues | v0.2.9...v0.2.10

Features

#463 #464 Support excluding deny_inherit_secrets

To access Environment Secrets in a reusable workflow, you need to use secrets: inherit.

actions/runner#1490 (comment)

So this release allows us to exclude deny_inherit_secrets.

e.g.

ghalint.yaml

excludes:
  - policy_name: deny_inherit_secrets
    workflow_file_path: .github/workflows/actionlint.yaml
    job_name: actionlint

policy_name, workflow_file_path, and job_name are required.