Skip to content

Commit

Permalink
CI: remove the optional token for workflow-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Mar 21, 2024
1 parent e789065 commit f9c04f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Build all
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
inputs: |
{
"branch": "${{ steps.chromium.outputs.branch }}",
Expand Down

0 comments on commit f9c04f1

Please sign in to comment.