Skip to content

Commit

Permalink
Update pull-request-intergration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 authored Feb 9, 2024
1 parent cfee4a7 commit b1419c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- run: touch ./src/main/resources/application-secret.yml
- run: echo "${{ secrets.SECRET_KEY }}" > ./src/main/resources/application-secret.yml
- run: cat ./src/main/resources/application-secret.yml
- run: touch ./src/main/resources/application-secret.properties
- run: echo "${{ secrets.SECRET_KEY }}" > ./src/main/resources/application-secret.properties
- run: cat ./src/main/resources/application-secret.properties

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit b1419c4

Please sign in to comment.