File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 11name : release-please
22
3+ permissions :
4+ contents : read
5+
36on :
47 push :
58 branches : [main]
2730
2831jobs :
2932 release :
33+ permissions :
34+ contents : write
35+ pull-requests : write
36+ if : |
37+ github.event_name == 'workflow_dispatch' ||
38+ startsWith(github.event.head_commit.message, 'release:')
3039 uses : openfga/sdk-generator/.github/workflows/release-please.yml@main
3140 with :
32- bump-type : ${{ inputs.bump-type || 'auto' }}
41+ trigger-event : ${{ github.event_name }}
42+ bump-type : ${{ inputs.bump-type || 'auto' }}
3343 release-version : ${{ inputs.release-version || '' }}
3444 secrets :
35- APP_ID : ${{ secrets.APP_ID }}
36- APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
45+ APP_ID : ${{ secrets.APP_ID }}
46+ APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
47+ GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
48+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments