forked from mirror/redis
Merge pull request #2075 from turrisxyz/setup-permissions
chore: Set permissions for GitHub actions
This commit is contained in:
commit
eae349aa75
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches: [master, v9]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
|
|
|
@ -10,8 +10,14 @@ on:
|
|||
- v9
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
permissions:
|
||||
contents: read # for actions/checkout to fetch code
|
||||
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue