Skip to content

Commit

Permalink
Have to pass variables via env?
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Nov 7, 2019
1 parent f23a864 commit eb058ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
touch .nojekyll
git add .
git commit -am 'Update docs'
git push https://${{ GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/ultraq/thymeleaf-layout-dialect.git gh-pages --force
git push https://$user:$token@github.com/ultraq/thymeleaf-layout-dialect.git gh-pages --force
env:
user: ${{ GITHUB_ACTOR }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb058ce

Please sign in to comment.