summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-07-24 16:25:02 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-07-25 08:57:06 +0200
commit3c3f057082d3adabde3dd683bba67fe718443284 (patch)
tree3ebcbd501d5b1d1ca74821c9512833ae84b6f415 /.github
parent20522ed20a8cd25c4db4d4caa91d314ff7c310db (diff)
downloadmullvadvpn-3c3f057082d3adabde3dd683bba67fe718443284.tar.xz
mullvadvpn-3c3f057082d3adabde3dd683bba67fe718443284.zip
Limit permissions on yamllint CI job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/yamllint.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml
index 8ff2e5a498..a23163a311 100644
--- a/.github/workflows/yamllint.yml
+++ b/.github/workflows/yamllint.yml
@@ -8,6 +8,9 @@ on:
- '**/**.yml'
- '**/**.yaml'
workflow_dispatch:
+
+permissions: {}
+
jobs:
check-formatting:
runs-on: ubuntu-latest