Is there a way to trigger the run of a GitHub Action when a secret is added/updated/deleted in the repository?
Asked
Active
Viewed 15 times
1 Answers
0
This is not possible.
There is no secrets on the list of events that trigger workflows, neither webhook events and payloads.

Krzysztof Madej
- 32,704
- 10
- 78
- 107