Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/backend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

env:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

env:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/record-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Record Snapshots
on:
workflow_dispatch:

permissions:
contents: read
actions: write

Comment thread
coderabbitai[bot] marked this conversation as resolved.
jobs:
record:
name: Record
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
issue_comment:
types: [created]

permissions:
contents: read
issues: read

Comment thread
coderabbitai[bot] marked this conversation as resolved.
workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: "Publish new release"
on:
workflow_dispatch:

permissions:
contents: read

jobs:
release:
name: Publish new release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
type: string
required: true

permissions:
contents: read
actions: write

Comment thread
coderabbitai[bot] marked this conversation as resolved.
jobs:
test-release:
name: Start new release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sdk-performance-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI

permissions:
contents: read
pull-requests: read

Comment thread
coderabbitai[bot] marked this conversation as resolved.
jobs:
performance:
name: Metrics
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sdk-size-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI

permissions:
contents: read
pull-requests: read

Comment thread
coderabbitai[bot] marked this conversation as resolved.
jobs:
sdk_size:
name: Metrics
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: read

Comment thread
coderabbitai[bot] marked this conversation as resolved.
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.2)"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: read

Comment thread
coderabbitai[bot] marked this conversation as resolved.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1

permissions:
contents: read
pull-requests: read

Comment thread
coderabbitai[bot] marked this conversation as resolved.
jobs:
deploy:
runs-on: macos-15
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI

permissions:
contents: read

jobs:
copyright:
name: Copyright
Expand Down