Skip to content

Commit

Permalink
Merge pull request #46 from Typeform/chore/fix-deploy-gha
Browse files Browse the repository at this point in the history
chore(NOJIRA-1): Fix Deploy GHA

The `Deploy` step from the `deploy.yml` GitHub Action is failing because it's missing the `GH_TOKEN` env var. This PR adds it.
  • Loading branch information
rubentypeform authored Apr 20, 2023
2 parents 87855f7 + 947bcc0 commit f95aa07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
run: |
npm run build
npm run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit f95aa07

Please sign in to comment.