Skip to content

Commit

Permalink
fix invalid secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
walteh committed Nov 18, 2023
1 parent 9b8bc0a commit 246b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
on:
{
workflow_dispatch: null,
workflow_call: { secrets: { GITHUB_TOKEN: { required: true } } },
workflow_call: {},
push: { branches: [main] },
pull_request: { types: [opened, synchronize, reopened, closed] },
},
Expand Down

0 comments on commit 246b1eb

Please sign in to comment.