From e4961a1a240b53d068ddc7e26d26944b93178f1a Mon Sep 17 00:00:00 2001 From: uoboda-splunk Date: Fri, 14 Jul 2023 16:00:23 +0200 Subject: [PATCH] Revert "ci: try with more permissions for CLA" This reverts commit 53c02b28700cda6f8b99579acdfc5ce64e473f5f. --- .github/workflows/agreements.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/agreements.yaml b/.github/workflows/agreements.yaml index 1df74edbf..9a409dc6d 100644 --- a/.github/workflows/agreements.yaml +++ b/.github/workflows/agreements.yaml @@ -12,7 +12,6 @@ jobs: contents: read packages: write pull-requests: write - repository-projects: read secrets: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}