mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -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`)
|
branches: [ main ] # Redundant, workflow_run events are only triggered on default branch (`main`)
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
|
actions: write
|
||||||
|
secrets: write # pragma: allowlist secret
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rotate-secret:
|
rotate-secret:
|
||||||
|
|||||||
Reference in New Issue
Block a user