From 364afa9f4bce4e50f010326e74f60779d07d7b02 Mon Sep 17 00:00:00 2001 From: Inaiat Moraes Date: Mon, 8 Apr 2024 17:26:04 -0300 Subject: [PATCH] chore: update readme --- .github/workflows/documentation.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 1564484..eddfad4 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -10,6 +10,10 @@ jobs: build: runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + steps: - name: Checkout code uses: actions/checkout@v4