Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeroni authored Oct 28, 2024
1 parent 82dcbb6 commit 19c005e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2

- name: Set up environment variables
run: echo "FIREBASE_CONFIG=${{ secrets.FIREBASE_CONFIG }}" >> $GITHUB_ENV
- name: Set environment variables
run: echo "spring.cloud.gcp.firebase.config=${{ secrets.FIREBASE_CONFIG }}"

- name: Zip the JAR file
run: zip -r myapp.zip build/libs/*.jar appspec.yml scripts
Expand Down

0 comments on commit 19c005e

Please sign in to comment.