esp01s-serial-remote-controller

Serial communication from ESP-01S served webpage
Index Commits Files Refs README LICENSE
commit f032b574101164cc91b7e28779d0d5c163c6df51
parent 2678b4bc76786950c26acb6aff1edefde22835cb
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sun, 12 Apr 2026 13:18:56 -0300

Update permissions for deploy action

Diffstat:
M.github/workflows/deploy.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
@@ -7,6 +7,9 @@ on:
       - 'data/**'
   workflow_dispatch:
 
+permissions:
+  contents: write
+
 jobs:
   deploy:
     runs-on: ubuntu-latest