From 2876b1d63fbd1bc6bd7d212db648982a680ac6f2 Mon Sep 17 00:00:00 2001 From: Curve Date: Sun, 22 Oct 2023 21:38:05 +0200 Subject: [PATCH] fix(deploy): permissions --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 88cb580..0efce9e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,6 +2,11 @@ on: push: workflow_dispatch: +permissions: + contents: read + pages: write + id-token: write + name: 🏗️ Deploy jobs: