<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/setting-up-github-ssh-key-on-expo-eas-bpxukblca" -->

---
title: Setting up GitHub SSH Key on Expo EAS | daily.dev
description: A step-by-step guide for configuring GitHub SSH key access within Expo EAS cloud builds. Covers generating an ed25519 SSH key pair, adding the public key to...
canonical: https://daily.dev/posts/setting-up-github-ssh-key-on-expo-eas-bpxukblca
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Setting up GitHub SSH Key on Expo EAS | daily.dev
og:description: A step-by-step guide for configuring GitHub SSH key access within Expo EAS cloud builds. Covers generating an ed25519 SSH key pair, adding the public key to...
og:url: https://daily.dev/posts/setting-up-github-ssh-key-on-expo-eas-bpxukblca
og:image: https://api.daily.dev/og/posts/bPxukBlCA.png
og:image:alt: Setting up GitHub SSH Key on Expo EAS
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting up GitHub SSH Key on Expo EAS

**[Software Mansion](https://daily.dev/sources/swmansion)** · 17 min read · 0 upvotes · 0 comments

## Summary

A step-by-step guide for configuring GitHub SSH key access within Expo EAS cloud builds. Covers generating an ed25519 SSH key pair, adding the public key to GitHub, storing the base64-encoded private key as an EAS secret environment variable, and restoring it during builds. Three integration approaches are demonstrated: build lifecycle hooks, custom build YAML steps, and a TypeScript custom build function. The tutorial also shows how to use the SSH access to clone a private repository, commit changes, and push tags automatically on every EAS build.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://swmansion.com/blog/setting-up-github-ssh-key-on-expo-eas-e678c134bf3f>

## Similar posts on daily.dev

- [Automating Expo app build delivery to QA with CircleCI and EAS webhooks](https://daily.dev/posts/automating-expo-app-build-delivery-to-qa-with-circleci-and-eas-webhooks-uucuffpnd) · CircleCI · 0 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#cicd](https://daily.dev/tags/cicd), [#react-native](https://daily.dev/tags/react-native), [#ssh](https://daily.dev/tags/ssh)

[View this post on daily.dev](https://daily.dev/posts/setting-up-github-ssh-key-on-expo-eas-bpxukblca)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Setting up GitHub SSH Key on Expo EAS","url":"https://daily.dev/posts/setting-up-github-ssh-key-on-expo-eas-bpxukblca","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/setting-up-github-ssh-key-on-expo-eas-bpxukblca"},"datePublished":"2026-08-02T07:15:24.111Z","dateModified":"2026-08-02T07:38:18.230Z","description":"A step-by-step guide for configuring GitHub SSH key access within Expo EAS cloud builds. Covers generating an ed25519 SSH key pair, adding the public key to...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a205dca466c0d2acb6cb1314dff87531?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a205dca466c0d2acb6cb1314dff87531?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Software Mansion","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Software Mansion","logo":"https://media.daily.dev/image/upload/s--sOx0vaVZ--/f_auto,q_auto/v1785654908/logos/swmansion?_a=BAMAMicg0","url":"https://daily.dev/sources/swmansion"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/setting-up-github-ssh-key-on-expo-eas-bpxukblca","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"github,cicd,react-native,ssh","timeRequired":"PT17M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Software Mansion","item":"https://daily.dev/sources/swmansion"},{"@type":"ListItem","position":3,"name":"Setting up GitHub SSH Key on Expo EAS"}]}
```

