From 688b40f7bdf7971277f47b29625d53d56c191351 Mon Sep 17 00:00:00 2001 From: Henrique Branco Date: Tue, 25 Jun 2024 14:00:32 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corre=C3=A7=C3=A3o=20erro=20de=20permiss?= =?UTF-8?q?=C3=A3o=20deploy=20GitHub=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 5419a68..4abf4c0 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -5,6 +5,8 @@ on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Setup GitHub Actions uses: actions/checkout@v3