Skip to content

Commit

Permalink
Add key setting in Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bronthulke committed Jun 30, 2024
1 parent 16dacd7 commit 0114373
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
api_location: "api" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######
env:
GoogleAPIKey: ${{ secrets.GOOGLE_API_KEY }}

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit 0114373

Please sign in to comment.