Skip to content

Commit e9a104c

Browse files
committed
fix: remove token option that causes error with js setup
1 parent da02755 commit e9a104c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: 'Nx set SHAs'
22
description: 'Derives SHAs for base and head for use in nx affected commands, optionally setting them as env variables for the current job'
33

44
inputs:
5-
token:
6-
description: 'The GitHub token used to perform git operations'
7-
default: ${{ github.token }}
85
main-branch-name:
96
description: 'The name of the main branch in your repo, used as the target of PRs. E.g. main, master etc'
107
default: 'main'

0 commit comments

Comments
 (0)