diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-12-23 10:41:16 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-23 10:41:16 +1100 |
| commit | f75ac6042ed042c329ab3d1c9cec46b4c4b81918 (patch) | |
| tree | 4b5c834d84bb7752e459243a2ec5893a64f3f5a9 /.github/workflows/unit_test.yml | |
| parent | b8a9de206d38f0e047c2f07bca398d6fe53b76a9 (diff) | |
Lock down workflow permissions. (#19406)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to '.github/workflows/unit_test.yml')
| -rw-r--r-- | .github/workflows/unit_test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index c8373441ff..75ed84177b 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | name: Unit Tests | 1 | name: Unit Tests |
| 2 | 2 | ||
| 3 | permissions: | ||
| 4 | contents: read | ||
| 5 | |||
| 3 | on: | 6 | on: |
| 4 | push: | 7 | push: |
| 5 | branches: | 8 | branches: |
