Skip to content

Commit

Permalink
fix: add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Feb 28, 2025
1 parent ed3ebd3 commit 55b895d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Nx set SHAs'
description: 'Derives SHAs for base and head for use in nx affected commands, optionally setting them as env variables for the current job'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

inputs:
main-branch-name:
description: 'The name of the main branch in your repo, used as the target of PRs. E.g. main, master etc'
Expand Down

0 comments on commit 55b895d

Please sign in to comment.