Skip to content

Commit 8e79bc0

Browse files
authored
Test file to token conversion
1 parent 7e62697 commit 8e79bc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: jsdaniell/create-json@v1.2.3
2525
with:
2626
name: "credentials.json"
27-
json: ${{ secrets.DUMMY_JSON }}
27+
json: ${{ secrets.GOOGLE_SHEETS_KEY_FILE }}
2828
- name: Set up Python 3.10
2929
uses: actions/setup-python@v3
3030
with:
@@ -33,3 +33,6 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
36+
- name: Run Python script to convert file into token
37+
run: |
38+
python ci_scripts/set_env_vars_for_tests.py

0 commit comments

Comments
 (0)