From bad315282c4967048a5d728ba2405276dd1b0c2f Mon Sep 17 00:00:00 2001 From: Carlos Sousa Date: Thu, 9 May 2024 19:28:44 -0300 Subject: [PATCH] Remove permissions declaration for testing purposes --- .github/workflows/aarch64.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index f9e8b0a09..6a6ff0581 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -13,9 +13,6 @@ on: - '**.md' - 'docs/**' -permissions: - contents: read - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true