From 176f1370f3e765c8b0d5f2f64576e2ef4174844f Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Thu, 2 May 2024 16:24:54 +0000 Subject: [PATCH] remove contentes:write Signed-off-by: Ramon Petgrave --- .github/workflows/update-actions-dist-post-commit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-actions-dist-post-commit.yml b/.github/workflows/update-actions-dist-post-commit.yml index 6d9503e..0ba9bbb 100644 --- a/.github/workflows/update-actions-dist-post-commit.yml +++ b/.github/workflows/update-actions-dist-post-commit.yml @@ -68,7 +68,6 @@ jobs: permissions: # This Job does not run untrusted code, but it does need to push changes to the PR's branch. pull-requests: read - contents: write steps: - name: checkout uses: actions/checkout@v4