From 44324855f448cc317d072d9db098b1d581f632e3 Mon Sep 17 00:00:00 2001 From: Yotam loewenbach Date: Tue, 20 Aug 2024 14:49:31 +0200 Subject: [PATCH] Update update-and-validate-manifest.yml --- .github/workflows/update-and-validate-manifest.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/update-and-validate-manifest.yml b/.github/workflows/update-and-validate-manifest.yml index a353f56c9..357df2903 100644 --- a/.github/workflows/update-and-validate-manifest.yml +++ b/.github/workflows/update-and-validate-manifest.yml @@ -53,10 +53,6 @@ jobs: needs: [filter_for_configs, build_manifest] permissions: contents: write # Allows pushing changes to the repository - issues: write # Allows creating issues - packages: write # Allows accessing and publishing packages - pull-requests: write # Allows creating and managing pull requests - actions: write # Allows updating GitHub Action workflows attestations: write # Allows adding and updating artifact attestations if: ${{ needs.filter_for_configs.outputs.configs == 'true' }} runs-on: ubuntu-latest