We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e62697 commit 8e79bc0Copy full SHA for 8e79bc0
.github/workflows/python-app.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: jsdaniell/create-json@v1.2.3
25
with:
26
name: "credentials.json"
27
- json: ${{ secrets.DUMMY_JSON }}
+ json: ${{ secrets.GOOGLE_SHEETS_KEY_FILE }}
28
- name: Set up Python 3.10
29
uses: actions/setup-python@v3
30
@@ -33,3 +33,6 @@ jobs:
33
run: |
34
python -m pip install --upgrade pip
35
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