Skip to content

Commit

Permalink
hotfix: write 권한 부여 및 --force-with-lease 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Choi-Jiwon-38 authored Oct 2, 2024
1 parent e17ea49 commit 6712f5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- develop

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -26,4 +29,4 @@ jobs:
- name: Push to forked repo
run: |
git push fork develop --force
git push fork develop --force-with-lease

0 comments on commit 6712f5c

Please sign in to comment.