From f066cf4bb2e68baf78017d18b79ca99b54f77648 Mon Sep 17 00:00:00 2001 From: xyzroe Date: Wed, 12 Jun 2024 18:05:46 +0200 Subject: [PATCH] fix permissions --- .github/workflows/update_devices.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_devices.yml b/.github/workflows/update_devices.yml index 87745e9..38ef436 100644 --- a/.github/workflows/update_devices.yml +++ b/.github/workflows/update_devices.yml @@ -1,5 +1,8 @@ name: Update devices in wiki +permissions: + contents: write + on: workflow_dispatch: push: