Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Oct 14, 2023
1 parent 0ce51eb commit f6f11a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create Credential File
run: |
echo "$GOOGLE_APPLICATION_CREDENTIALS" > /tmp/credentials.json
echo ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} > /tmp/credentials.json
# Step 3: Install Hugo, Python 3.11 and Poetry
- name: Setup Hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Create Credential File
run: |
echo "$GOOGLE_APPLICATION_CREDENTIALS" > /tmp/credentials.json
echo ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} > /tmp/credentials.json
- name: Set up Python 3.11
uses: actions/setup-python@v2
Expand Down

0 comments on commit f6f11a2

Please sign in to comment.