From da0906b06563b1ba2d1c7e8c3a53cce60fb05535 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Fri, 27 Sep 2024 15:42:32 -0400 Subject: [PATCH] Update token permissions for site deployment (#3580) --- .github/workflows/deploy-website.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index ca4f94bd58dd..2f2ba4d473f3 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -17,7 +17,8 @@ on: merge_group: types: [checks_requested] permissions: - contents: write + id-token: write + pages: write jobs: checks: if: github.event_name != 'push'