Skip to content

Example for using Swift Package Manager private dependencies with GitHub Actions

Notifications You must be signed in to change notification settings

kaishin/spm-ga-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Package Manager, Github Actions, and Private Repositories

To use private repositories as a Swift Package Manager (SPM) dependency inside GitHub Actions, follow the steps below:

  1. Use the git@github.com:username/repo-name format to declare your private dependencies inside Package.swift.

  2. Choose a name for your workflow then create a .github/workflows/WORKFLOWNAME.yml file in your project directory.

...To be continued.

About

Example for using Swift Package Manager private dependencies with GitHub Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages