CI: Pipeline: add write permissions to top script

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2024-10-15 18:13:05 +02:00
parent e1874db40b
commit 0723f9ca4e
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
Pipeline:
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
uses: ./.github/workflows/Pipeline.yml
permissions:
contents: write
Action:
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}