Skip to content

Commit

Permalink
I have worked on:
Browse files Browse the repository at this point in the history
- Updated workflow
  • Loading branch information
AliAzaz committed Sep 22, 2023
1 parent b1f10d4 commit b13af64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual_dispatch_app_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Grant Permission to Execute
run: chmod +x gradlew

- name: Upload API Key to gradle properties 🔥
run: sed -i "s|PIXABAY_KEY|${{secrets.PIXABAY_KEY}}|g" ./gradle.properties

- name: set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit b13af64

Please sign in to comment.