Skip to content

Commit

Permalink
docs: github actions workflow 권한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HiimKwak committed Nov 13, 2023
1 parent ce67b9b commit 3c5e7e1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Checkout code
uses: actions/checkout@v2
- name: Push to release repo
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.KWAK_GITHUB_TOKEN }}
repository: HiimKwak/hufstreaming_client
branch: main

- name: Pushes to personal repo
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.KWAK_GITHUB_TOKEN }}
repository: HiimKwak/hufstreaming_client
branch: main
permissions: write-all

0 comments on commit 3c5e7e1

Please sign in to comment.