We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8e8e2 commit eb9696eCopy full SHA for eb9696e
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,10 @@ jobs:
25
- name: Install dependencies
26
run: npm ci
27
28
+ - name: Create config
29
+ run: |
30
+ echo "export const CLIENT_ID = '${{ secrets.CLIENT_ID }}';" > src/config/config.js
31
+
32
- name: Run checks
33
run: npm run ci
34
0 commit comments