Skip to content

Commit

Permalink
cicd: github action 관련 권한을 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
vectorch9 authored Dec 11, 2023
1 parent 498a901 commit 00981db
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/spring_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,18 @@

name: Spring CI with Gradle

permissions:
contents: read
issues: read
checks: write
pull-requests: write

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
repository: DayByQuest/backend
token: ${{ secrets.PRIVATE_KEY }}
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 00981db

Please sign in to comment.