Skip to content

Commit fa45bd9

Browse files
workflows: adjust permissions in releases (#9530) (#9548)
https://github.com/mattermost/mattermost-mobile/actions/runs/22089238110 (cherry picked from commit 36439bd) Co-authored-by: Nuno Simões <nasimoes@aiven.io>
1 parent 545b8e9 commit fa45bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
if: ${{ !contains(github.ref_name , 'release-ios') }}
7676
needs:
7777
- test
78+
permissions:
79+
id-token: write
80+
contents: read
7881
steps:
7982
- name: ci/checkout-repo
8083
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)