Skip to content

Commit 1a83e5c

Browse files
authored
Merge pull request #82 from chvvkumar/Dev
Dev
2 parents 6b2e648 + f39ab6e commit 1a83e5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/arduino-compile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ concurrency:
2626
jobs:
2727
compile:
2828
runs-on: ubuntu-latest
29+
permissions:
30+
contents: write
2931

3032
steps:
3133
- name: Checkout code
3234
uses: actions/checkout@v4
3335
with:
3436
fetch-depth: 1
37+
token: ${{ secrets.GITHUB_TOKEN }}
3538

3639
- name: Check required files exist
3740
run: |

0 commit comments

Comments
 (0)