Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ This action fills that gap.

## Quick start

Add a workflow file:
For this action to work you must explicitly allow GitHub Actions to create pull
requests. This setting can be found in a repository's settings under Actions >
General > Workflow permissions.

Another option is to use a dedicated GitHub token for this action, which can be
set as a secret in the repository's settings. This token should have the `repo`
scope enabled.

Then, add a workflow file:

```yaml
# .github/workflows/importmap-updates.yml
Expand Down
Loading