Skip to content

Commit

Permalink
Add to readme how to get workflow permission to github token via gh
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 10, 2024
1 parent a377d65 commit 9177e0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ To prefetch candy-icons, you would call:
nix run nixpkgs#nix-prefetch-git https://github.com/EliverLara/candy-icons
```

## Workflows

If edits are made to the workflow(s), a token with the `workflow` scope is needed:

```sh
gh auth status # Check current scopes in token
gh auth login --scopes workflow # Request a new one with the workflow scope
```

## Helpful Material

Some nice intro is provided by [thiscute.world](https://nixos-and-flakes.thiscute.world/).
Expand Down

0 comments on commit 9177e0f

Please sign in to comment.