File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 type : string
1010 description : " Version"
1111 required : true
12- default : " 0.1.0 "
12+ default : " 0.7.9 "
1313
1414jobs :
1515 # https://github.com/mislav/bump-homebrew-formula-action
@@ -20,19 +20,16 @@ jobs:
2020 steps :
2121 - uses : actions/create-github-app-token@v1
2222 id : app-token
23- if : github.event_name != 'workflow_dispatch'
2423 with :
2524 app-id : 1178949
2625 private-key : ${{ secrets.PRIVATE_KEY_5422M4N_BOT }}
2726
2827 - name : Get GitHub App User ID
2928 id : get-user-id
30- if : github.event_name != 'workflow_dispatch'
3129 run : echo "user-id=$(gh api "/users/${{ steps.app-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
3230 env :
3331 GH_TOKEN : ${{ steps.app-token.outputs.token }}
3432 - name : Set git user
35- if : github.event_name != 'workflow_dispatch'
3633 run : |
3734 git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
3835 git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
5451 with :
5552 formula-name : t-rec
5653 tag-name : v${{ env.RELEASE_VERSION }}
54+
55+ env :
56+ GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments