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 3883d52 commit 00b32f4Copy full SHA for 00b32f4
.github/workflows/time-tracker-ui-ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: append secret to secret.auto.tfvars
37
working-directory: ./${{ env.WORKING_DIR }}
38
run: |
39
- ./append_secret.py CHROME_BIN /opt/google/chrome/google-chrome"
+ ./append_secret.py CHROME_BIN /opt/google/chrome/google-chrome
40
./append_secret.py AUTHORITY ${{ secrets.AUTHORITY }}
41
./append_secret.py CLIENT_ID ${{ secrets.CLIENT_ID }}
42
./append_secret.py SCOPES ${{ secrets.SCOPES }}
0 commit comments