From cf00cdad2c4d04fd96a8201fc991b03b829fb9af Mon Sep 17 00:00:00 2001 From: PranjalChaitanya <44535826+PranjalChaitanya@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:34:54 -0500 Subject: [PATCH] Update platformio_ci.yml --- .github/workflows/platformio_ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/platformio_ci.yml b/.github/workflows/platformio_ci.yml index 0b640ba..e5684b6 100644 --- a/.github/workflows/platformio_ci.yml +++ b/.github/workflows/platformio_ci.yml @@ -7,12 +7,13 @@ on: required: true default: 'mcu_main_sustainer' +permissions: + contents: write + actions: write + checks: write + jobs: build: - permissions: - contents: write - actions: write - checks: write runs-on: ubuntu-latest steps: