Skip to content

Commit

Permalink
add gh login to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Nov 18, 2024
1 parent 3a1c947 commit a66ac8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ To quickly set up [Atlas Cloud](https://atlasgo.cloud) CI for your repository, f
```sh
gh extension install ariga/gh-atlas
```
3. Setting up Atlas Cloud for your repository requires creating new GitHub Actions workflows.
3. Login to GitHub:
```sh
gh auth login
```
4. Setting up Atlas Cloud for your repository requires creating new GitHub Actions workflows.
To do this, you need add the following permissions to your GitHub CLI:
```sh
gh auth refresh -s write:packages,workflow
```
4. Use the `init-action` command to set up Atlas Cloud for your repository:
5. Use the `init-action` command to set up Atlas Cloud for your repository:
```sh
gh atlas init-action
```
Expand Down

0 comments on commit a66ac8f

Please sign in to comment.