From f629ebccd3ab48fd837e17d2e9d2f1f9dc8f8656 Mon Sep 17 00:00:00 2001 From: Shotaro Aoki Date: Wed, 3 Apr 2024 11:08:45 +0900 Subject: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e2afaa9..85d9cf1 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,14 @@ jobs: generated artifact 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 -- cgit