Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moon0900 authored Dec 9, 2024
1 parent b19b8ac commit a75ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Create local.properties
run: |
echo "api.key=${{ secrets.OPEN_API_KEY }}" > local.properties
echo "OPEN_API_KEY=${{ secrets.OPEN_API_KEY }}" > local.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit a75ded2

Please sign in to comment.