File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1111
1212 # Allows you to call this workflow from another workflow
1313 workflow_call :
14+ secrets :
15+ BUILDBUDDY_API_KEY :
16+ description : The BuildBuddy remote execution access token.
17+ required : true
1418
1519 # Allows you to run this workflow manually from the Actions tab
1620 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ permissions:
1414jobs :
1515 tests :
1616 uses : ./.github/workflows/ci.yaml
17+ secrets :
18+ BUILDBUDDY_API_KEY : ${{ secrets.BUILDBUDDY_API_KEY }}
1719
1820 release :
1921 needs : [tests]
Original file line number Diff line number Diff line change 3636 - id : renovate-config-validator
3737 # Check validity of GitHub actions configuration
3838 - repo : https://github.com/mpalmer/action-validator
39- rev : v0.5.1
39+ rev : v0.6.0
4040 hooks :
4141 - id : action-validator
You can’t perform that action at this time.
0 commit comments