From 4cd7c05719f487e753951cc009b8201c9cb11fbe Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sun, 18 Aug 2024 11:45:36 +0800 Subject: [PATCH] ci: Fix test for service ghac (#5018) --- .github/workflows/service_test_ghac.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/service_test_ghac.yml b/.github/workflows/service_test_ghac.yml index 0e81adb9eba2..116a535f5ec7 100644 --- a/.github/workflows/service_test_ghac.yml +++ b/.github/workflows/service_test_ghac.yml @@ -40,6 +40,8 @@ jobs: ghac: runs-on: ubuntu-latest if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork + permissions: + actions: write steps: - uses: actions/checkout@v4 - name: Setup Rust toolchain