Skip to content

Commit b0cc4b3

Browse files
Merge pull request #244 from CodeForPhilly/github_action_library_api_metadata
GitHub action library api metadata
2 parents 250f927 + eecfe28 commit b0cc4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/load-library-metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Create GCP credentials file
2424
run: |
25-
echo '${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}' > gcp-key.json
25+
echo '${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}' > scripts/gcp-key.json
2626
2727
- name: Run script
2828
working-directory: scripts
@@ -32,4 +32,4 @@ jobs:
3232
python load-library-metadata.py
3333
3434
- name: Cleanup credentials
35-
run: rm gcp-key.json
35+
run: rm scripts/gcp-key.json

0 commit comments

Comments
 (0)