Skip to content

Commit a9a797d

Browse files
authored
Update goggles_action repository (#4652)
Use NVIDIA public repository Signed-off-by: Kanghwan Jang <[email protected]>
1 parent d3c8b77 commit a9a797d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/label_issue.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
- name: Checkout private action repository
1616
uses: actions/checkout@v4
1717
with:
18-
repository: poweiw/goggles_action
18+
repository: NVIDIA/goggles_action
1919
path: ./.github/actions/goggles_action # local path to store the action
20-
token: ${{ secrets.ACTION_REPO_PAT }} # token to access poweiw/goggles_action
21-
ref: v1.2.1
20+
ref: v1.3.0
2221

2322
- name: AI Label Issue
2423
uses: ./.github/actions/goggles_action/actions/llm_label

0 commit comments

Comments
 (0)