Skip to content

Commit b914490

Browse files
committed
Adding github token in action file
1 parent 7a8d7d8 commit b914490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup-env/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ inputs:
1313
project-name:
1414
description: 'Project name for the tests'
1515
required: false
16+
github-token:
17+
description: 'GitHub Token for authentication'
18+
required: false
19+
default: 'none'
1620
github-app:
1721
description: 'BrowserStack Github App'
1822
required: false

0 commit comments

Comments
 (0)