Skip to content

Commit

Permalink
Added GOOGLE_API_KEY env var
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 9, 2020
1 parent a4b0e6d commit a9569ac
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/fetch-holidays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ jobs:

- name: "Fetch Holidays"
run: "bin/countriesdb.php"
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

- name: "Git status"
run: "git status"
run: "git status"

# - name: "Create commits"
# run: |
# git config user.name 'Norbert Orzechowicz'
# git config user.email '[email protected]'
# git add .
# git commit -am "Update google calendar regional holidays data"
#
# - name: "Create Pull Request"
# uses: peter-evans/create-pull-request@v3

0 comments on commit a9569ac

Please sign in to comment.