fix(release): try setting PAT to push to main

This commit is contained in:
Pedro S. Lopez
2022-08-15 03:53:57 -04:00
committed by GitHub
parent 09a81d0e1e
commit 7fe3574730

View File

@@ -14,6 +14,8 @@ jobs:
if: ${{ github.repository == 'pedroslopez/whatsapp-web.js' }}
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
- run: git config --global user.email "hello@wwebjs.dev"
- run: git config --global user.name "WWebJS Bot"
- name: Bump version and publish to NPM