mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
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
1 changed files with 2 additions and 0 deletions
2
.github/workflows/Automerge.yml
vendored
2
.github/workflows/Automerge.yml
vendored
|
@ -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]') }}
|
||||
|
|
Loading…
Reference in a new issue