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