Skip to content

project-ida/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

Template python repo. Use this template for repos that contain jupyter notebooks.

In order for the notebook automation workflow (inside of .github folder) to work when you protect the main branch (see rulesets), you'll need to use the deploy keys approach detailed in this release-workflow-example (note that we've chosen a different name for the secret - ACTIONS_BOT_KEY).

To create and use a deploy key:

  • On your local machine run ssh-keygen -t ed25519 -C "[email protected]" -f key -N ""
  • Go to settings in the repo, find Deploy keys in Security
  • Create a new key called Github Actions, paste in the public key from the result of running ssh-keygen, select Allow write access
  • Go to settings in the repo, find Actions in Secret and variables inside of Security
  • Create a Repository secret with the name ACTIONS_BOT_KEY (the name has to be exactly thiss), paste in the private key from the result of running ssh-keygen.

About

Template python repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published