Skip to content

ci: restrict workflow token to read-only#52

Merged
alexvbush merged 1 commit into
uber:mainfrom
arpitjain099:chore/restrict-workflow-token-perms
May 29, 2026
Merged

ci: restrict workflow token to read-only#52
alexvbush merged 1 commit into
uber:mainfrom
arpitjain099:chore/restrict-workflow-token-perms

Conversation

@arpitjain099
Copy link
Copy Markdown
Contributor

Adds explicit permissions: contents: read to the iOS CI workflow.

The workflow checks out source, installs CocoaPods dependencies, runs tests via xcodebuild, and lints the podspec. None of these operations need write access to the repository or GitHub API. Restricting the token scope follows least-privilege guidance for Actions workflows.

Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
@alexvbush
Copy link
Copy Markdown
Collaborator

thank you for your submission @arpitjain099 ! merging!

@alexvbush alexvbush merged commit c2e5f5f into uber:main May 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants