Skip to content

Commit

Permalink
Merge pull request #1292 from GSA/notify-api-144
Browse files Browse the repository at this point in the history
make it possible to write secrets
  • Loading branch information
ccostino authored Aug 22, 2024
2 parents ba243ff + 9c3280f commit 916ba67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 916ba67

Please sign in to comment.