Skip to content

Commit

Permalink
chore(testio): remove 'required' in comments for mandatory fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jreimone committed Jul 5, 2023
1 parent 78a8333 commit 53edc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ jobs:
# ID of the product on the TestIO platform to which the triggered test should be assigned to
testio-product-id: your product ID
secrets:
# required: GitHub token to be used for commenting in a PR
# GitHub token to be used for commenting in a PR
github-token: ${{ secrets.GITHUB_TOKEN }}
# required: TestIO token of a user for which the triggered test is created
# TestIO token of a user for which the triggered test is created
testio-token: ${{ secrets.TESTIO_TOKEN }}
```

Expand Down

0 comments on commit 53edc24

Please sign in to comment.