Skip to content

Commit

Permalink
CI: Pipeline: add write permissions to top script
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Gugala <[email protected]>
  • Loading branch information
kgugala committed Oct 15, 2024
1 parent e1874db commit 0723f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]') }}
Expand Down

0 comments on commit 0723f9c

Please sign in to comment.