fix: add Github Action permission (#1643)

Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-03 13:32:09 +01:00
committed by GitHub
parent 0de6d87af5
commit 794402e92d

View File

@@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it