aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2afaa9..85d9cf1 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,14 @@ jobs:
<img width="669" alt="generated artifact" src="https://github.com/ikoamu/publish-org-roam-ui/assets/38206334/fdc9f133-c97c-4d3b-b328-3a1d86560e83">
Deploy to GitHub Pages by setting `deploy-to-pages` to true.
+And sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages.
```yml
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
jobs:
main:
runs-on: ubuntu-latest