From 19a08179444e9e9132bf27e7e51005102f3a7371 Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Wed, 3 Sep 2025 15:41:50 -0700 Subject: [PATCH] Give permissions stack-info: PR: https://github.com/pytorch/helion/pull/550, branch: oulgen/stack/75 --- .github/workflows/benchmark_dispatch.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/benchmark_dispatch.yml b/.github/workflows/benchmark_dispatch.yml index 3eb88dc05..e45ce08af 100644 --- a/.github/workflows/benchmark_dispatch.yml +++ b/.github/workflows/benchmark_dispatch.yml @@ -18,6 +18,9 @@ jobs: run-h100: if: ${{ github.event.inputs.run_h100 == 'true' }} uses: ./.github/workflows/benchmark.yml + permissions: + id-token: write + contents: read with: runner: linux.aws.h100 python-version: "3.12" @@ -29,6 +32,9 @@ jobs: run-b200: if: ${{ github.event.inputs.run_b200 == 'true' }} uses: ./.github/workflows/benchmark.yml + permissions: + id-token: write + contents: read with: runner: linux.dgx.b200 python-version: "3.12"