From 6a94e5d67fc8dea59d28ca6bae8404e10b23729f Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Wed, 25 Feb 2026 15:54:22 +0100 Subject: [PATCH] workflow: fix build ios simulator for new bucket (#9492) (#9547) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/mattermost/mattermost-mobile/actions/runs/21746898064/job/62735186824 This failed with ``` It looks like you might be trying to authenticate with OIDC. Did you mean to set the `id-token` permission? If you are not trying to authenticate with OIDC and the action is working successfully, you can ignore this message. ``` (cherry picked from commit fe621047ce7cce030aba33a07c6fbffeef93fdd2) Co-authored-by: Nuno Simões --- .github/workflows/build-ios-beta.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-ios-beta.yml b/.github/workflows/build-ios-beta.yml index c3153d52e..bc3910715 100644 --- a/.github/workflows/build-ios-beta.yml +++ b/.github/workflows/build-ios-beta.yml @@ -27,6 +27,9 @@ jobs: if: ${{ !contains(github.ref_name, 'beta-ios') }} needs: - test + permissions: + id-token: write + contents: read steps: - name: ci/checkout-repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2