From bfa2ff5aa80a5d73e0ed29a8983c3eaefc577a67 Mon Sep 17 00:00:00 2001 From: Max Kraev Date: Thu, 23 Apr 2026 13:30:49 +0100 Subject: [PATCH] add read-write permissions --- .github/workflows/build-gpu-cuda.yml | 3 +++ .github/workflows/build-standard.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build-gpu-cuda.yml b/.github/workflows/build-gpu-cuda.yml index 8f4d1a9..128e71f 100644 --- a/.github/workflows/build-gpu-cuda.yml +++ b/.github/workflows/build-gpu-cuda.yml @@ -22,5 +22,8 @@ on: jobs: call-build: uses: ./.github/workflows/build.yml + permissions: + id-token: write + contents: read with: prefix: gpu-cuda diff --git a/.github/workflows/build-standard.yml b/.github/workflows/build-standard.yml index 296afc5..240425b 100644 --- a/.github/workflows/build-standard.yml +++ b/.github/workflows/build-standard.yml @@ -22,5 +22,8 @@ on: jobs: call-build: uses: ./.github/workflows/build.yml + permissions: + id-token: write + contents: read with: prefix: standard