Skip to content

Commit eb9696e

Browse files
committed
feat: add step to create config file with CLIENT_ID for GitHub Actions
1 parent eb8e8e2 commit eb9696e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Install dependencies
2626
run: npm ci
2727

28+
- name: Create config
29+
run: |
30+
echo "export const CLIENT_ID = '${{ secrets.CLIENT_ID }}';" > src/config/config.js
31+
2832
- name: Run checks
2933
run: npm run ci
3034

0 commit comments

Comments
 (0)