diff options
author | Joyce <joycebrum@google.com> | 2023-03-06 11:22:56 -0300 |
---|---|---|
committer | Joyce Brum <joycebrum@google.com> | 2023-03-07 18:20:07 +0000 |
commit | edb6ff0a1d60b8fba451d6aa66bb5ebef7131cba (patch) | |
tree | 20ebf55c17ff2d417a5e1a2a1e679862e7c5e5ea /.github | |
parent | a9ddc7c16b1578d6b9451ac3ae959a72eded83ff (diff) | |
download | libexpat-git-edb6ff0a1d60b8fba451d6aa66bb5ebef7131cba.tar.gz |
chore: expat config with contents read
Signed-off-by: Joyce <joycebrum@google.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/expat_config_h.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/expat_config_h.yml b/.github/workflows/expat_config_h.yml index f77e47ab..272e4b44 100644 --- a/.github/workflows/expat_config_h.yml +++ b/.github/workflows/expat_config_h.yml @@ -35,6 +35,9 @@ on: schedule: - cron: '0 2 * * 5' # Every Friday at 2am +permissions: + contents: read + jobs: checks: name: Check expat_config.h.{in,cmake} for regressions |