We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82692ca commit c47eae2Copy full SHA for c47eae2
.github/workflows/sync-en-doc.yaml
@@ -42,6 +42,7 @@ jobs:
42
name: "emqx-enterprise-schema-dump"
43
repository: ${{ env.REPOSITORY }}
44
run-id: ${{ env.RUN_ID }}
45
+ github-token: ${{ secrets.PAT_RO_WORKFLOWS }}
46
47
- name: Create PR to update desc.en.hocon
48
run: |
0 commit comments