github-actions

learning github actions

  1. Hello, GitHub Actions!
  2. GitHub Actions: Continuous Integration
  3. GitHub Actions: Continuous Delivery
  4. GitHub Actions: Publish to GitHub Packages

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.