Skip to content

Commit

Permalink
Update release-trigger.yml
Browse files Browse the repository at this point in the history
- Limits permissions of release trigger workflow

Signed-off-by: Esta Nagy <[email protected]>
  • Loading branch information
nagyesta authored Jul 28, 2024
1 parent d380b05 commit fb97ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
# * is a special character in YAML, so we have to quote this string
- cron: '0 4 10 * *'

permissions: read-all
permissions:
contents: read

jobs:
build:
Expand Down

0 comments on commit fb97ce8

Please sign in to comment.