File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1313 required : true
1414 type : string
1515 description : " The github release which will be published"
16- secrets :
17- tapTokenOverride :
18- required : false
19- description : " An override for the github token to publish to daniel-homebrew/homebrew-tap"
2016
2117jobs :
2218 publish-brew :
2925 - name : Download release
3026 if : ${{ github.event_name == 'workflow_dispatch' }}
3127 run : gh release download ${{ inputs.release }} --pattern "*.whl" --dir dist
32-
28+ env :
29+ GH_TOKEN : ${{ github.token }}
3330 - name : Download artifact
3431 if : ${{ github.event_name == 'workflow_call' }}
3532 uses : actions/download-artifact@v3
4037 - name : Update homebrew formula
4138 run : scripts/update-brew-formula.sh "dist/helloworld-*-py3-none-any.whl" "daniel-makerx/homebrew-tap"
4239 env :
43- TAP_GITHUB_TOKEN : ${{ secrets.tapTokenOverride || secrets. TAP_GITHUB_TOKEN }}
40+ TAP_GITHUB_TOKEN : ${{ secrets.TAP_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments