Skip to content

Commit 6a94e5d

Browse files
workflow: fix build ios simulator for new bucket (#9492) (#9547)
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 fe62104) Co-authored-by: Nuno Simões <nasimoes@aiven.io>
1 parent fa45bd9 commit 6a94e5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-ios-beta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
if: ${{ !contains(github.ref_name, 'beta-ios') }}
2828
needs:
2929
- test
30+
permissions:
31+
id-token: write
32+
contents: read
3033
steps:
3134
- name: ci/checkout-repo
3235
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)