We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfc135 commit ed201c5Copy full SHA for ed201c5
.github/workflows/update_spdx_licenses.yml
@@ -64,7 +64,8 @@ jobs:
64
needs: 'update'
65
if: ${{ needs.update.outputs.changed == 'true' }}
66
permissions:
67
- contents: write # for git-push
+ contents: write # push commits
68
+ pull-requests: write # create pullrequests
69
env:
70
SB_VERSION: ${{ needs.update.outputs.version }}
71
SB_BRANCH: spdx-schema-bump/${{ github.ref_name }}_${{ needs.update.outputs.version }}
0 commit comments