Skip to content

Commit

Permalink
ci/cd: use workflow dispatch secret in e2e
Browse files Browse the repository at this point in the history
Use the correct PAT for dispatching a workflow

Signed-off-by: Babis Chalios <mail@bchalios.io>
  • Loading branch information
bchalios committed Aug 19, 2021
1 parent 9a2439b commit 557fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
workflow: "Create vAccel release"
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.WORKFLOW_DISPATCH}}
ref: ${{steps.tagName.outputs.tag}}
inputs: '{ "tag": "${{steps.tagName.outputs.tag}}" }'

0 comments on commit 557fd52

Please sign in to comment.