0

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

crimbler2
  • 23
  • 7

1 Answers1

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