File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 release :
1212 runs-on : ubuntu-latest
13+ permissions :
14+ contents : write
15+ pull-requests : write
1316 steps :
17+ - uses : actions/create-github-app-token@e995b4e40ace2eb5bf13137d9abe242c98f3aab6 # v1
18+ id : app-token
19+ with :
20+ app-id : ${{ vars.GET_TOKEN_APP_ID }}
21+ private-key : ${{ secrets.GET_TOKEN_APP_PRIVATE_KEY }}
22+ # bootstrap-sha and release-as needs to be removed after first release
1423 - name : Release
15- # yamllint disable-line rule:comments
16- uses : google-github-actions/release-please-action@d3c71f9a0a55385580de793de58da057b3560862 # v3.7.4
24+ # yamllint disable-line rule:line-length
25+ uses : google-github-actions/release-please-action@1ddb669c677d585663a83fc535edc428954c4aeb # ratchet:google-github-actions/release-please-action@v3
1726 with :
18- # to create protected tags
19- token : ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
20- release-type : simple
21- signoff :
" Matthias Kay <[email protected] >" 27+ release-type : python
28+ token : ${{ steps.app-token.outputs.token }}
29+ pull-request-header : ' '
You can’t perform that action at this time.
0 commit comments