diff options
author | Shotaro Aoki <ikoamu@gmail.com> | 2024-04-03 11:08:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 11:08:45 +0900 |
commit | f629ebccd3ab48fd837e17d2e9d2f1f9dc8f8656 (patch) | |
tree | 60aed376f2aea0c7e9f6d04fb366937373283b4e /README.md | |
parent | f70144d438a7d7a548b02e41a514ccbd1792c4aa (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |