Skip to content

Commit e03c0ad

Browse files
authored
docs: add more information regarding actions permissions in README (#9)
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent f2dc72c commit e03c0ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
This is a placeholder repo for multiple GitHub Actions I use in my personal and open source projects.
44

55
> [!CAUTION]
6-
> Check the permissions in each reusable workflow to ensure the GITHUB_TOKEN you pass from your calling workflow meets the required permissions.
6+
> Check the permissions in each reusable workflow to ensure the GitHub token you pass from your calling workflow meets the required permissions. Most of the time just passing `${{ secrets.GITHUB_TOKEN }}` is sufficient.
7+
> This may require you to go to your repository settings and then Actions to `Actions Permission` and enable reusable workflows. You may also need to update `Workflow Permissions` to `Read and write permissions`.
78
>
89
> [Workflows](.github/workflows)
910
11+
1012
> [!TIP]
1113
> You can reuse the following files in this repository in your own as they are used by the reusable workflows:
1214
>

0 commit comments

Comments
 (0)