From 930f0dbaecbf31d99561daa8978820a51926208e Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Wed, 26 Jun 2024 10:24:10 -0500 Subject: [PATCH] add id-token permission and rename script --- .github/workflows/pr.yaml | 3 +++ ci/{_rapids-wheels-prepare.sh => _rapids-wheels-prepare} | 0 2 files changed, 3 insertions(+) rename ci/{_rapids-wheels-prepare.sh => _rapids-wheels-prepare} (100%) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7aa4074c6..b062e45e4 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,6 +9,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + id-token: 'write' + jobs: pr-builder: needs: diff --git a/ci/_rapids-wheels-prepare.sh b/ci/_rapids-wheels-prepare similarity index 100% rename from ci/_rapids-wheels-prepare.sh rename to ci/_rapids-wheels-prepare