From 36439bd5f4981ff4cbb419540277e467512b18ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Sim=C3=B5es?= Date: Wed, 18 Feb 2026 11:12:50 +0100 Subject: [PATCH] workflows: adjust permissions in releases (#9530) https://github.com/mattermost/mattermost-mobile/actions/runs/22089238110 --- .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