Sfoglia il codice sorgente

Merge pull request #13613 from emqx/ci/fix-push-entrypoint

ci: fix push_entrypoint workflow
Ivan Dyachkov 1 anno fa
parent
commit
c7bac2ab99
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .github/workflows/_push-entrypoint.yaml

+ 3 - 0
.github/workflows/_push-entrypoint.yaml

@@ -211,6 +211,9 @@ jobs:
       - init
       - prepare
       - compile
+    permissions:
+      contents: read
+      pull-requests: write
     uses: ./.github/workflows/run_test_cases.yaml
     with:
       builder: ${{ needs.init.outputs.BUILDER }}