We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc3a6c commit d3fb5c9Copy full SHA for d3fb5c9
.github/workflows/push.yml
@@ -6,6 +6,8 @@ jobs:
6
build-libs:
7
name: Build Arduino Libs
8
runs-on: macos-14
9
+ permissions:
10
+ contents: write
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python
0 commit comments