Skip to content

Commit f5a646d

Browse files
siropkinhsz
authored andcommitted
README: Update Continuous Integration sectio with note on setting GitHub Actions permissions
1 parent a6be38b commit f5a646d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@ Within the default project structure, there is a `.run` directory provided conta
342342
Continuous integration depends on [GitHub Actions][gh:actions], a set of workflows that make it possible to automate your testing and release process.
343343
Thanks to such automation, you can delegate the testing and verification phases to the Continuous Integration (CI) and instead focus on development (and writing more tests).
344344

345+
> [!NOTE]
346+
> To ensure the "Create Pull Request" step functions correctly in the "Publish Plugin" job, make sure to enable "Read and write permissions" for actions by navigating to `⚙️ Settings > Actions > General > Workflow permissions`.
347+
348+
345349
In the `.github/workflows` directory, you can find definitions for the following GitHub Actions workflows:
346350

347351
- [Build](.github/workflows/build.yml)

0 commit comments

Comments
 (0)