Skip to content

Commit

Permalink
fix(ci): failed actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 23, 2022
1 parent 8d206b2 commit 63a2caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }}
export_default_credentials: true
create_credentials_file: true

- name: 📚 Lint Code
run: yarn ingest:lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }}
export_default_credentials: true
create_credentials_file: true

- name: 📚 Lint Code
run: yarn ingest:lint
Expand Down

0 comments on commit 63a2caa

Please sign in to comment.