meeDamian / github-release

Github Action to create, update, or add files to Github Releases
MIT License
65 stars 35 forks source link

does not trigger workflows with "on release" action #26

Closed ReenigneArcher closed 2 years ago

ReenigneArcher commented 3 years ago

I have a separate workflow with the following trigger:

on:
  release:
    types: [created, edited]

It does not trigger after running the workflow with your action, even when the release is created properly.

ReenigneArcher commented 2 years ago

I have since discovered, the token needs to be a personal access token to trigger other actions