Skip to content

Commit a03126b

Browse files
Update nx.yml
1 parent 0534574 commit a03126b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/nx.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ jobs:
1515
with:
1616
egress-policy: audit
1717

18-
- name: Checkout repository
19-
uses: actions/checkout@v4
18+
- uses: actions/checkout@v4
19+
20+
- name: Authenticate GH CLI
21+
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
22+
23+
- name: Verify login
24+
run: gh auth status
2025

2126
- name: Set up Node.js
2227
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)