diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-07-25 09:07:27 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-07-25 09:07:27 +0200 |
| commit | 177700523ad61265540feff4b7193fc769f0e99d (patch) | |
| tree | c5f177b18a18afab7a60757ac695dcdbb06b9042 /.github/workflows/git-commit-message-style.yml | |
| parent | 4e578eaa07c16886caa06f1979ced0d40d72285e (diff) | |
| download | mullvadvpn-177700523ad61265540feff4b7193fc769f0e99d.tar.xz mullvadvpn-177700523ad61265540feff4b7193fc769f0e99d.zip | |
Limit permissions on git-commit-message-style CI job
Diffstat (limited to '.github/workflows/git-commit-message-style.yml')
| -rw-r--r-- | .github/workflows/git-commit-message-style.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/git-commit-message-style.yml b/.github/workflows/git-commit-message-style.yml index 0d53849f50..7cb2d03765 100644 --- a/.github/workflows/git-commit-message-style.yml +++ b/.github/workflows/git-commit-message-style.yml @@ -4,6 +4,8 @@ on: push: workflow_dispatch: +permissions: {} + jobs: check-commit-message-style: name: Check commit message style |
