Skip to content

Commit 037c0db

Browse files
committed
fix: add GITHUB_TOKEN
1 parent ed3ebd3 commit 037c0db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
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

4+
env:
5+
GITHUB_TOKEN: ${{ github.token }}
6+
47
inputs:
58
main-branch-name:
69
description: 'The name of the main branch in your repo, used as the target of PRs. E.g. main, master etc'

0 commit comments

Comments
 (0)