Skip to content

Commit

Permalink
[add] #312 워크플로우 권한 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Oct 27, 2024
1 parent 56fc265 commit e855fe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/winey-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false"
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true

# main, develop 브랜치에 PR을 올릴 시 트리거
on:
pull_request:
branches:
- develop
- main

# 전체 워크플로우에 대한 권한 설정
permissions:
contents: write

jobs:
cd-build:
Expand Down

0 comments on commit e855fe1

Please sign in to comment.