Skip to content

Commit

Permalink
[feature/InhaBas#204] github actions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitem4rk committed Jan 5, 2024
1 parent 18d2431 commit 0142405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# environment: build_gradle
environment: build_gradle
permissions:
contents: read
packages: write
Expand All @@ -32,4 +32,3 @@ jobs:
IBAS_DEV_NAVER_CLIENT_SECRET: ${{ secrets.IBAS_DEV_NAVER_CLIENT_SECRET }}
IBAS_DEV_GOOGLE_CLIENT_ID: ${{ secrets.IBAS_DEV_GOOGLE_CLIENT_ID }}
IBAS_DEV_GOOGLE_CLIENT_SECRET: ${{ secrets.IBAS_DEV_GOOGLE_CLIENT_SECRET }}
HELLO: ${{ secrets.HELLO }}

0 comments on commit 0142405

Please sign in to comment.