Skip to content

Commit

Permalink
fix(Demo): correct env var for token
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Apr 15, 2020
1 parent d4a58e0 commit 707c6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,5 @@ jobs:
git config --local user.name "GitHub Action"
git add .
git commit -m "Update via release workflow"
git push -q https://"${GH_TOKEN}"@github.com/GetTerminus/ui-demos-release.git master
git push -q https://${GH_TOKEN}@github.com/GetTerminus/ui-demos-release.git master
if: env.SHOULD_RUN == 'true'

0 comments on commit 707c6cb

Please sign in to comment.