From 1409192930cd481c1a39b4454147f2db49340f45 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Mon, 26 Feb 2024 08:18:47 -0300 Subject: [PATCH] fix: add permissions to dispatch job Signed-off-by: Felipe Zipitria --- .github/workflows/gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 38ea9f98..39c6e897 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -78,6 +78,8 @@ jobs: dispatch: runs-on: ubuntu-latest needs: build + permissions: + contents: write # needed for triggering dispatch steps: - name: Dispatch to workflows run: |