githubschool / t-rex

Let's learn about Git and GitHub
https://githubschool.github.io/t-rex/
MIT License
0 stars 0 forks source link

Parking Lot #8

Open ericalloyd opened 4 years ago

ericalloyd commented 4 years ago

Post any questions you may have here during the training.

Day 1 Recording

Link

Access Password: trex318

Day 2 Recording

Link

Access Password: trex318

I would greatly appreciate your feedback and comments on my delivery of your training! Survey Link

ericalloyd commented 4 years ago

aaron.mcdaniel: Is there an official way to publish to IPA (an iOS App package) to GitHub Packages from GitHub Actions. Even just an example of publishing a package from an action to the package repo would be ok.

ericalloyd commented 4 years ago

aaron.mcdaniel: Is there an official way to publish to IPA (an iOS App package) to GitHub Packages from GitHub Actions. Even just an example of publishing a package from an action to the package repo would be ok.

Thanks for the awesome question Aaron. We demo'd publishing a package with GitHub Actions in our Day 2 training today. I'm posting links to all of the resources we referenced, as well as our existing GitHub Learning Lab interactive course on this exact topic!

Publishing a Package with GitHub Actions

Example Action code (see action.yml and .github/workflows)

ericalloyd commented 4 years ago

GitHub Actions

Overview Getting.Started.with.GitHub.Actions.pdf

App & Actions Marketplace

Events & Workflows Help Docs

Demo Code Example from Training Demo: Action to Enforce PR Title Format

Courses LEARNING LAB COURSE: ACTIONS FOR CONTINUOUS DELIVERY

LEARNING LAB COURSE: ACTIONS FOR CONTINUOUS INTEGRATION

Other Examples: Trigger Jenkins job Create a Release via Releases API