Merge pull request #1292 from GSA/notify-api-144

make it possible to write secrets
This commit is contained in:
Carlo Costino
2024-08-22 17:03:36 -04:00
committed by GitHub

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: