CI: Pipeline: add write permissions to top script
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
e1874db40b
commit
0723f9ca4e
|
@ -28,6 +28,8 @@ jobs:
|
||||||
Pipeline:
|
Pipeline:
|
||||||
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
|
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
|
||||||
uses: ./.github/workflows/Pipeline.yml
|
uses: ./.github/workflows/Pipeline.yml
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
Action:
|
Action:
|
||||||
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
|
if: ${{ !(github.event_name != 'pull_request' && github.actor == 'dependabot[bot]') }}
|
||||||
|
|
Loading…
Reference in New Issue