Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/app-store-connect-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lane :release do
in_house: false # optional but may be required if using match/sigh
)

pilot(api_key: api_key)
pilot(api_key: api_key) # can be every action listed in the table above.
end
```

Expand All @@ -84,7 +84,7 @@ lane :release do
)

# Automatically loads Actions.lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
pilot
pilot # can be every action listed in the table above.
end
```

Expand Down