Skip to content

Commit

Permalink
fix(ci): try to use github token instead
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidbelk committed Nov 13, 2024
1 parent 958ceb2 commit b37d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirrorV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
source_branch: "main"
destination_repo: ${{ env.MIRROR_URL }}
destination_branch: "main"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b37d8e1

Please sign in to comment.