Merge pull request #13348 from robertsirc/fixing-gh-actions-permissions

Fixing gh actions permissions
pull/13353/head
Matt Farina 3 months ago committed by GitHub
commit 983d5c26f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,6 +6,8 @@ on:
schedule:
- cron: "0 0 * * *"
permissions: read-all
jobs:
govulncheck:
name: govulncheck

@ -7,6 +7,8 @@ on:
branches:
- main
permissions: read-all
# Note the only differences between release and canary-release jobs are:
# - only canary passes --overwrite flag
# - the VERSION make variable passed to 'make dist checksum' is expected to

Loading…
Cancel
Save