Skip to content

Commit a065588

Browse files
Userclaude
andcommitted
fix: use correct branch and BUILD_TOKEN for private VRAM-HUB checkout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f1ffe15 commit a065588

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: Checkout VRAM-HUB (public source)
17+
- name: Checkout VRAM-HUB source
1818
uses: actions/checkout@v4
1919
with:
2020
repository: VRAM-AI/VRAM-HUB
21-
ref: master
21+
ref: feat/vramscan-production
22+
token: ${{ secrets.BUILD_TOKEN }}
2223

2324
- uses: dtolnay/rust-toolchain@stable
2425
with:

0 commit comments

Comments
 (0)