We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a476a commit c779186Copy full SHA for c779186
.github/workflows/silabs-update-csa.yaml
@@ -30,6 +30,6 @@ jobs:
30
31
- name: Push the update csa branch to the remote
32
run: |
33
- git push origin csa
+ git push https://<WORKFLOW_TOKEN>@github.com/SiliconLabsSoftware/matter_sdk.git csa
34
env:
35
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN}}
0 commit comments