-
TheEvilSkeleton:
The answer is unfortunately simply “you can’t”. The documentation says the limitation is to prevent accidentally creating recursive workflows, and there is no configuration option to remove it. |
Beta Was this translation helpful? Give feedback.
-
Hmm… is there a way that is more convenient than using PATs? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I’d like to know how I can make a workflow trigger another workflow after it gets pushed without using a personal access token (PAT). I have recently found out that I can use PATs, but I am personally not a fan of that due to manual intervention. I prefer things to be extremely easy to setup and take as less time as possible.
The
flatpak.yml
file uses the push event so each push it starts building the package. And update.yml is used to update its dependencies every hour and push. However,update.yml
pushing to the repository does not triggerflatpak.yml
. I’m forced to use a PAT in my repository so theupdate.yml
workflow can triggerflatpak.yml
which I find it unfriendly and time consuming.Thank you.
Beta Was this translation helpful? Give feedback.
The answer is unfortunately simply “you can’t”. The documentation says the limitation is to prevent accidentally creating recursive workflows, and there is no configuration option to remove it.