From 00791305c6acb841bba2b7c9f5c5463f42acd9e1 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Wed, 14 Jun 2023 11:21:45 -0300 Subject: [PATCH] Add permissions to workflow --- .github/workflows/gh-pages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index df6430f..092dfca 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: with: ref: 'main' fetch-depth: 0 - + - uses: actions/checkout@v2 with: ref: 'setup' @@ -50,3 +50,6 @@ jobs: build_dir: dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +permissions: + contents: write