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 3b5b7a4 commit 92635fbCopy full SHA for 92635fb
.github/workflows/time-tracker-ui-ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: write secrets
37
working-directory: ./${{ env.WORKING_DIR }}
38
run: |
39
- echo "additional_settings = {" >> ./secrets.auto.tfvars
+ echo "additional_settings = {" >> ./secrets.auto.tfvars
40
echo "CHROME_BIN = \"/opt/google/chrome/google-chrome\"," >> ./secrets.auto.tfvars
41
echo "AUTHORITY = \"${{ secrets.AUTHORITY }}\"," >> ./secrets.auto.tfvars
42
echo "CLIENT_ID = \"${{ secrets.CLIENT_ID }}\"," >> ./secrets.auto.tfvars
0 commit comments