Skip to content

Commit

Permalink
Tiny fix to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adlzanchetta committed Mar 12, 2024
1 parent ea1a0f4 commit f52a36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: '20.11'
- run: npm install
- run: GIT_USER=${{ secrets.PUBLISHER_NAME }} GIT_PASS=${{ secrets.PUBLISHER_TOKEN }} GIT_USER_EMAIL={{ secrets.PUBLISHER_EMAIL }} npm run deploy
- run: GIT_USER=${{ secrets.PUBLISHER_NAME }} GIT_PASS=${{ secrets.PUBLISHER_TOKEN }} GIT_USER_EMAIL=${{ secrets.PUBLISHER_EMAIL }} npm run deploy
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f52a36f

Please sign in to comment.