Skip to content

Commit

Permalink
sec: correct workflow security permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Nov 1, 2024
1 parent cdc9aa8 commit f5e183f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

permissions:
contents: write
security-events: write

jobs:
Changelog_Release:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches: [staging]

permissions:
contents: read
contents: write
security-events: write

jobs:
docker:
Expand Down

0 comments on commit f5e183f

Please sign in to comment.