Skip to content

Commit

Permalink
docs: Update Token permissions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvankova committed Oct 30, 2024
1 parent f3276dd commit c476011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

```
You need to create a secret with write repository permissions. You can create a PAT token and add it as a secret in the repository settings (go to `Settings > Secrets and variables > Actions > New repository secret`). In case of setting up a 🔑 **fine-grained token**, you need to set the followingrepository permissions:
You need to create a secret with write repository permissions. You can create a PAT token and add it as a secret in the repository settings (go to `Settings > Secrets and variables > Actions > New repository secret`). In case of setting up a 🔑 **fine-grained token**, you need to set the following repository permissions:
- **Read** access to actions, metadata and secrets.
- **Read** and **Write** access to contents (code).

Expand Down

0 comments on commit c476011

Please sign in to comment.