mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-02 05:41:57 -05:00
Merge pull request #1292 from GSA/notify-api-144
make it possible to write secrets
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user