Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlapham committed Dec 11, 2019
1 parent 36609eb commit efa18da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/total.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Build and Release

jobs:
build:
name: Gloabl Job
name: Global Job
strategy:
matrix:
node: ['10.x']
Expand All @@ -24,6 +24,11 @@ jobs:
- run: npm install -g yarn
- run: yarn
- run: yarn build
env:
REACT_APP_FORTMATIC_KEY: ${{ secrets.REACT_APP_FORTMATIC_KEY }}
REACT_APP_NETWORK_ID: ${{ secrets.REACT_APP_NETWORK_ID }}
REACT_APP_NETWORK_URL: ${{ secrets.REACT_APP_NETWORK_URL }}
REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }}
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
Expand Down

0 comments on commit efa18da

Please sign in to comment.