Skip to content

Commit f07cc85

Browse files
authored
Merge pull request #36448 from sashashura/patch-1
GitHub Workflows security hardening
2 parents f2c4d28 + 63f830e commit f07cc85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/netlify-periodic-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule: # Build twice daily: shortly after midnight and noon (UTC)
55
# Offset is to be nice to the build service
66
- cron: '4 0,12 * * *'
7+
permissions: {} # none
78
jobs:
89
build:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)