File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/download-artifact@v4
2121 with :
2222 name : build-artifacts
23+ github-token : ${{ secrets.GH_TOKEN }}
2324
2425 # # docker build & push to production
2526 - name : Docker build & push to prod
Original file line number Diff line number Diff line change 11# github repository actions 페이지에 나타날 이름
2- name : CI/CD using github actions
2+ name : CI for dev using github actions
33
44# event trigger
55# develop 브랜치에 pull_request가 열렸을 때 실행
@@ -12,7 +12,7 @@ permissions:
1212 contents : read
1313
1414jobs :
15- CI :
15+ DEV_CI :
1616 if : github.event.action == 'opened' || github.event.action == 'synchronize'
1717 runs-on : ubuntu-latest
1818 steps :
2828
2929 # gradle caching - 빌드 시간 향상
3030 - name : Gradle Caching
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : |
3434 ~/.gradle/caches
You can’t perform that action at this time.
0 commit comments