Skip to content

Commit

Permalink
fix: auto deploy site
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Aug 20, 2023
1 parent 2e47ee1 commit 7da55b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
# Commit and push the changes
git commit -am "Update site to ${{ env.VERSION }}"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/kevinchappell/formBuilder-site.git master
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/kevinchappell/formBuilder-site.git master

0 comments on commit 7da55b2

Please sign in to comment.