Skip to content

Commit 460a486

Browse files
authored
Add pull-requests: write permissions to the jira job (#104)
We prepare a change to the shared Jira pipeline. This will require write access to the pull request to edit its description.
1 parent 1d614e6 commit 460a486

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/jira.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
jobs:
99
call-workflow-jira:
1010
uses: workleap/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main
11-
with:
12-
branch_name: ${{ github.head_ref }}
1311
permissions:
1412
contents: read
13+
pull-requests: write
1514
id-token: write

0 commit comments

Comments
 (0)