Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit f623149

Browse files
author
Rafael Gomes
authored
Merge pull request #121 from tegon/dev
v2.1.0
2 parents bad78bd + 087e5c4 commit f623149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
run: npm ci
1717
- if: github.repository == 'rafaelgssa/traktflix'
1818
name: 'Generate config.json'
19-
run: 'echo "{ \"development\": { \"clientId\": \"${{ secrets.TRAKT_CLIENT_ID }}\", \"clientSecret\": \"${{ secrets.TRAKT_CLIENT_SECRET }}\", \"rollbarToken\": \"${{ secrets.ROLLBAR_TOKEN }}\", \"tmdbApiKey\": \"${{ secrets.TMDB_API_KEY }}\", \"chromeExtensionKey\": \"${{ secrets.CHROME_EXTENSION_KEY }}\", \"firefoxExtensionId\": \"${{ secrets.FIREFOX_EXTENSION_ID }}\" } }" >> ./config.json'
19+
run: 'echo "{ \"production\": { \"clientId\": \"${{ secrets.TRAKT_CLIENT_ID }}\", \"clientSecret\": \"${{ secrets.TRAKT_CLIENT_SECRET }}\", \"rollbarToken\": \"${{ secrets.ROLLBAR_TOKEN }}\", \"tmdbApiKey\": \"${{ secrets.TMDB_API_KEY }}\", \"chromeExtensionKey\": \"${{ secrets.CHROME_EXTENSION_KEY }}\", \"firefoxExtensionId\": \"${{ secrets.FIREFOX_EXTENSION_ID }}\" } }" >> ./config.json'
2020
- if: github.repository != 'rafaelgssa/traktflix'
2121
name: 'Generate empty config.json'
22-
run: 'echo "{ \"development\": { \"clientId\": \"\", \"clientSecret\": \"\", \"rollbarToken\": \"\", \"tmdbApiKey\": \"\", \"chromeExtensionKey\": \"\", \"firefoxExtensionId\": \"\" } }" >> ./config.json'
22+
run: 'echo "{ \"production\": { \"clientId\": \"\", \"clientSecret\": \"\", \"rollbarToken\": \"\", \"tmdbApiKey\": \"\", \"chromeExtensionKey\": \"\", \"firefoxExtensionId\": \"\" } }" >> ./config.json'
2323
- name: 'Run build'
2424
run: npm run build
2525
- name: 'Zip dist'

0 commit comments

Comments
 (0)