From 084f48d620ff9bb3dedb018014f0f9ce080792ec Mon Sep 17 00:00:00 2001 From: Nico Ismaili Date: Sun, 4 Feb 2024 14:42:44 +0100 Subject: [PATCH] fix(devops): allow gatsby action write permissions /spent 2m --- .github/workflows/gatsby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index c1b8a2f..0dce5d4 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: permissions: - contents: read + contents: write pages: write id-token: write