Skip to content

Commit ed201c5

Browse files
committed
SPDX licenses bump automation
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent bdfc135 commit ed201c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_spdx_licenses.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
needs: 'update'
6565
if: ${{ needs.update.outputs.changed == 'true' }}
6666
permissions:
67-
contents: write # for git-push
67+
contents: write # push commits
68+
pull-requests: write # create pullrequests
6869
env:
6970
SB_VERSION: ${{ needs.update.outputs.version }}
7071
SB_BRANCH: spdx-schema-bump/${{ github.ref_name }}_${{ needs.update.outputs.version }}

0 commit comments

Comments
 (0)