Skip to content

Commit

Permalink
Merge pull request #27 from Typeform/ENG-179-deploy-gha-workflow
Browse files Browse the repository at this point in the history
[ENG-179] deploy gha missing env var
  • Loading branch information
alfrejivi authored Jul 1, 2021
2 parents 406f929 + 18064af commit 6818ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
max-parallel: 1
matrix:
browser: ["mac-chrome-latest","mac-firefox-latest","mac-safari-latest","windows-chrome-latest","windows-firefox-latest","windows-edge-latest","ios-latest"]
name: Build assets
name: Build and Test
runs-on: [ubuntu-latest]
steps:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types:
- completed

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down

0 comments on commit 6818ffa

Please sign in to comment.