We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a47837 commit 1c42d0dCopy full SHA for 1c42d0d
.github/workflows/ci.lib.yaml
@@ -22,6 +22,7 @@ jobs:
22
uses: arduino/setup-task@v2
23
with:
24
version: 3.x
25
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
26
27
- name: task generate
28
run: |
.github/workflows/publish.lib.yaml
@@ -34,6 +34,7 @@ jobs:
34
35
36
37
38
39
- name: Read and validate VERSION
40
id: version
.github/workflows/release.lib.yaml
0 commit comments