ci: specify buildx permissions

This commit is contained in:
Felipe M 2022-08-10 17:31:17 +02:00
parent 99845f1ad6
commit 04ea26306a
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
workflow_call:
workflow_dispatch:
permissions:
packages: write
contents: read
jobs:
buildx:
runs-on: ubuntu-latest

View File

@ -5,6 +5,7 @@ on: workflow_call
permissions:
contents: read
pull-requests: read
jobs:
golangci:
runs-on: ubuntu-latest