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 9d41c14 commit 35ad252Copy full SHA for 35ad252
.github/workflows/silabs-update-csa.yaml
@@ -6,6 +6,7 @@ permissions:
6
on:
7
schedule:
8
- cron: "0 0 * * *" # Runs once a day at midnight
9
+ workflow_dispatch: # Allows manual triggering of the workflow
10
11
jobs:
12
sync:
@@ -18,6 +19,7 @@ jobs:
18
19
with:
20
repository: SiliconLabsSoftware/matter_sdk
21
ref: csa
22
+ token: ${{ secrets.WORKFLOW_TOKEN }}
23
24
- name: Add CSA repository remote
25
run:
@@ -30,5 +32,3 @@ jobs:
30
32
- name: Push the update csa branch to the remote
31
33
run: |
34
git push origin csa
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments