Skip to content

Commit 91b1423

Browse files
authored
Merge pull request #75 from cloudcomputinginha/chore/CCI-80
📦 Chore: gradle 빌드 프로세스 환경변수 github secrets로 설정
2 parents ac3d6e3 + 2dc1625 commit 91b1423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
3737
# gradle build
3838
- name: Build with Gradle
39+
env:
40+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
3941
run: ./gradlew build -x test
4042

4143
# docker build & push to production

0 commit comments

Comments
 (0)