-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Description
Background
We have this running in master.yml
- id: changesets
uses: changesets/action@master
with:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
....
We also have a separate pull_request.yml that runs the usual lint and test status checks before it can be merged
When we used GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} before the PR action is not being triggered, so we had to use PAT. Now after a successful changeset merge it will create a new Version Packages PR and trigger the PR Action.
Problem
After a changeset merge with an existing Version Packages PR, the changes are pushed into the Version Packages PR correctly, however it is not triggering the action (git push is using GITHUB_TOKEN again)
Anyone found a way to have that git push use PAT as well?
Thanks
ianwalter, denieler, peimanja and theoephraim
Metadata
Metadata
Assignees
Labels
No labels