From af83132f44da7e7bffc04265591ba5824c6985e0 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Wed, 4 Oct 2023 14:34:30 +0200 Subject: [PATCH] f --- .github/workflows/clone_master_branch.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clone_master_branch.yml b/.github/workflows/clone_master_branch.yml index 28aa567e89..dd5cd150dd 100644 --- a/.github/workflows/clone_master_branch.yml +++ b/.github/workflows/clone_master_branch.yml @@ -5,12 +5,13 @@ on: - master jobs: clone-master: + name: Clone master branch + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Checkout with admin privileges uses: actions/checkout@v4 - with: - ssh-key: ${{secrets.ACTIONS_SSH_SECRET}} - name: Set Git config run: |