@corva/create-app 0.94.0-0 → 0.94.0-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/create-app",
3
- "version": "0.94.0-0",
3
+ "version": "0.94.0-1",
4
4
  "private": false,
5
5
  "description": "Create an app to use it in CORVA.AI",
6
6
  "keywords": [
@@ -11,6 +11,8 @@ jobs:
11
11
  - name: develop branch flow
12
12
  id: shared-workflow
13
13
  uses: corva-ai/gh-actions/shared-dc-workflows/develop@develop
14
+ env:
15
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
16
  with:
15
17
  qa-api-key: ${{ secrets.API_KEY_QA }}
16
18
  prod-api-key: ${{ secrets.API_KEY }}