Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 4, 2023
1 parent a187424 commit af83132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/clone_master_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit af83132

Please sign in to comment.