diff --git a/.github/workflows/fetch-holidays.yml b/.github/workflows/fetch-holidays.yml index a1ca6f0..5e9cb06 100644 --- a/.github/workflows/fetch-holidays.yml +++ b/.github/workflows/fetch-holidays.yml @@ -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" \ No newline at end of file + run: "git status" + +# - name: "Create commits" +# run: | +# git config user.name 'Norbert Orzechowicz' +# git config user.email 'contact@norbert.tech' +# git add . +# git commit -am "Update google calendar regional holidays data" +# +# - name: "Create Pull Request" +# uses: peter-evans/create-pull-request@v3 \ No newline at end of file