Skip to content

Commit

Permalink
Gitpod link on instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
elviejo79 authored Dec 1, 2023
1 parent 3cd9171 commit ef6cd84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ And then it can be pretty printer using your username (https://registry.jsonresu
However I prefer to write yaml rather than json.
So this repository has a resume.yaml file with a github action gets transformed to the necesary gist.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/elviejo79/)
- [ ] Open in Gitpod https://gitpod.io/#https://github.com/elviejo79/resume

## Basic functionality.
The easy way to host your resume is by making a `resume.json` on gist.github.com.
Expand All @@ -30,7 +30,8 @@ If you checkout the `.github/workflows/gist.yml` file you should be able to figu
## The basic steps are

- [ ] Create a gist called `resume.json`
- [ ] Create or fork this repo and commit your updated `resume.json`
- [ ] Fork this repo and commit your updated `resume.yaml`
- [ ] Open in Gitpod https://gitpod.io/#https://github.com/elviejo79/resume
- [ ] Create a Personal Github token that has just the `gist` scope
- [ ] Go to your repository settings, then to the secrets page, and add a new secret called `TOKEN` with the value being from the token you created in 3)
- [ ] Now simply push to your repo, and your `resume.yaml` from the repo, will publish and override your gist `resume.json` and thus updating the registry to match
Expand Down

0 comments on commit ef6cd84

Please sign in to comment.