diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-07-25 12:33:35 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-07-25 12:33:35 +0200 |
| commit | a1f1734834e6e490a2274984e1f6bd2fa4e9f577 (patch) | |
| tree | c5f177b18a18afab7a60757ac695dcdbb06b9042 /.github/workflows/git-commit-message-style.yml | |
| parent | 20522ed20a8cd25c4db4d4caa91d314ff7c310db (diff) | |
| parent | 177700523ad61265540feff4b7193fc769f0e99d (diff) | |
| download | mullvadvpn-a1f1734834e6e490a2274984e1f6bd2fa4e9f577.tar.xz mullvadvpn-a1f1734834e6e490a2274984e1f6bd2fa4e9f577.zip | |
Merge branch 'add-github-actions-permissions'
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 |
