https://github.com/mattermost/mattermost-mobile/actions/runs/22089238110
(cherry picked from commit 36439bd5f4)
Co-authored-by: Nuno Simões <nasimoes@aiven.io>
This commit is contained in:
parent
545b8e9a4b
commit
fa45bd9d91
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-ios-release.yml
vendored
3
.github/workflows/build-ios-release.yml
vendored
|
|
@ -75,6 +75,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue