Skip to content

Instantly share code, notes, and snippets.

View passontw's full-sized avatar
🏠
Working from home

PassonoTW passontw

🏠
Working from home
View GitHub Profile
@passontw
passontw / upload.yaml
Created September 22, 2022 06:18 — forked from MoonTahoe/upload.yaml
Github Action to build iOS app with expo and upload to testflight
# Just place this file in your repo under the .github/workflows folder.
# You set all of the secrets in the setting of the repo
name: Deploy to Testflight
# When a pull request is closed...
# This is because this action commits back to the repository
# so setting this on a push would cause an infinite loop of commits
# unless you pragmatically check the contents of the repo or something