aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShotaro Aoki <ikoamu@gmail.com>2024-04-03 11:08:45 +0900
committerGitHub <noreply@github.com>2024-04-03 11:08:45 +0900
commitf629ebccd3ab48fd837e17d2e9d2f1f9dc8f8656 (patch)
tree60aed376f2aea0c7e9f6d04fb366937373283b4e /README.md
parentf70144d438a7d7a548b02e41a514ccbd1792c4aa (diff)
Update README.md
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