Skip to content

Commit aaa3d10

Browse files
Update create-v1.0-pull-request.yml
1 parent 65e9fe5 commit aaa3d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-v1.0-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
uses: benc-uk/workflow-dispatch@v1
6262
with:
6363
workflow: "CodeQL"
64-
toke: ${{ secrets.PERSONAL_TOKEN }}
64+
token: ${{ secrets.PERSONAL_TOKEN }}
6565
ref: ${{ github.event.pull_request.head.ref }}
6666
- name: Queue Java CI
6767
uses: benc-uk/workflow-dispatch@v1
6868
with:
6969
workflow: Java CI with Gradle
70-
toke: ${{ secrets.PERSONAL_TOKEN }}
70+
token: ${{ secrets.PERSONAL_TOKEN }}
7171
ref: ${{ github.event.pull_request.head.ref }}
7272

7373
# References

0 commit comments

Comments
 (0)