make it possible to write secrets

This commit is contained in:
Kenneth Kehl
2024-08-22 12:04:22 -07:00
parent 468b846467
commit 9c3280f326

View File

@@ -8,7 +8,9 @@ on:
branches: [ main ] # Redundant, workflow_run events are only triggered on default branch (`main`)
permissions:
contents: read
contents: write
actions: write
secrets: write # pragma: allowlist secret
jobs:
rotate-secret: