Can you run a GitHub Action whenever a secret is created/updated/deleted?

157 views Asked by At

Is there a way to trigger the run of a GitHub Action when a secret is added/updated/deleted in the repository?

1

There are 1 answers

0
Krzysztof Madej On

This is not possible.

There is no secrets on the list of events that trigger workflows, neither webhook events and payloads.