From fa45bd9d9167c8d6591273863873984a12a9f911 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Wed, 25 Feb 2026 14:58:05 +0100 Subject: [PATCH] workflows: adjust permissions in releases (#9530) (#9548) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/mattermost/mattermost-mobile/actions/runs/22089238110 (cherry picked from commit 36439bd5f4981ff4cbb419540277e467512b18ea) Co-authored-by: Nuno Simões --- .github/workflows/build-ios-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-ios-release.yml b/.github/workflows/build-ios-release.yml index a8e6e8a44..dd17e5b58 100644 --- a/.github/workflows/build-ios-release.yml +++ b/.github/workflows/build-ios-release.yml @@ -75,6 +75,9 @@ jobs: if: ${{ !contains(github.ref_name , 'release-ios') }} needs: - test + permissions: + id-token: write + contents: read steps: - name: ci/checkout-repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2