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

Fixing gh actions permissions
pull/13353/head
Matt Farina 4 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: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
permissions: read-all
jobs: jobs:
govulncheck: govulncheck:
name: govulncheck name: govulncheck

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

Loading…
Cancel
Save