Sfoglia il codice sorgente

ci: fix permissions in push entrypoint to trigger perf test

Ivan Dyachkov 1 anno fa
parent
commit
ecf35400bf
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/_push-entrypoint.yaml

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

@@ -175,6 +175,8 @@ jobs:
       - prepare
       - prepare
       - build_packages
       - build_packages
     runs-on: ${{ endsWith(github.repository, '/emqx') && 'ubuntu-22.04' || fromJSON('["self-hosted","ephemeral","linux","x64"]') }}
     runs-on: ${{ endsWith(github.repository, '/emqx') && 'ubuntu-22.04' || fromJSON('["self-hosted","ephemeral","linux","x64"]') }}
+    permissions:
+      actions: write
     steps:
     steps:
       - name: Trigger performance test
       - name: Trigger performance test
         env:
         env: