mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-21 21:19:16 +00:00
fix(release): try setting PAT to push to main
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
if: ${{ github.repository == 'pedroslopez/whatsapp-web.js' }}
|
if: ${{ github.repository == 'pedroslopez/whatsapp-web.js' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
|
||||||
- run: git config --global user.email "hello@wwebjs.dev"
|
- run: git config --global user.email "hello@wwebjs.dev"
|
||||||
- run: git config --global user.name "WWebJS Bot"
|
- run: git config --global user.name "WWebJS Bot"
|
||||||
- name: Bump version and publish to NPM
|
- name: Bump version and publish to NPM
|
||||||
|
|||||||
Reference in New Issue
Block a user