fix(): add permissions to Github action (#1712)

This commit is contained in:
Sergio Garcia
2023-01-16 16:04:57 +01:00
committed by GitHub
parent 618dd442e3
commit d1e5087c18

View File

@@ -19,6 +19,7 @@ jobs:
permissions:
id-token: write
pull-requests: 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