From f9d1bca05cda8360b9de106e608ebe85d3034594 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Wed, 25 Feb 2026 14:58:07 +0100 Subject: [PATCH] workflows: adjust permissions in releases (#9530) (#9549) 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 de33ab631..d25e125ba 100644 --- a/.github/workflows/build-ios-release.yml +++ b/.github/workflows/build-ios-release.yml @@ -96,6 +96,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