github-actions
learning github actions
triggering workflows
Triggering workflows from other workflows based on the default GITHUB_TOKEN
does not work. I mentioned this here (see CHANGESET_TOKEN
).
Here’s a github issue discussing the problem specific to changesets/actions
.
Here’s a list of workarounds posted by the maintainer of create-pull-request
, and another issue discussing the problem for that action.
debugging with ssh
Add to workflow step:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
See on marketplace.