Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 authored Apr 30, 2024
1 parent b620f99 commit f6b41d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Set YML
run: |
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_PROP }}" | base64 --decode > src/main/resources/application.properties
find src
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

Expand Down

0 comments on commit f6b41d9

Please sign in to comment.