From 1cac765ec7edf7d5645e82bf044622267adbfd2d Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 17 Apr 2026 16:01:04 +0200 Subject: [PATCH] Resolve `test-redistribute.yml` --- .github/workflows/test-redistribute.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-redistribute.yml b/.github/workflows/test-redistribute.yml index 88c24e58b..64b94a150 100644 --- a/.github/workflows/test-redistribute.yml +++ b/.github/workflows/test-redistribute.yml @@ -9,6 +9,8 @@ on: - opened - synchronize +permissions: {} + jobs: test-redistribute: runs-on: ubuntu-latest @@ -18,6 +20,8 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: -- 2.47.3