Skip to content

Commit 2ac3d8d

Browse files
committed
Hotfix fetching LOC of private repos
1 parent 4a0c4d5 commit 2ac3d8d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989

9090
- name: Build
9191
run: npm run zip
92+
env:
93+
VITE_AUTH_TOKEN: ${{ secrets.VITE_AUTH_TOKEN }}
9294

9395
- name: Upload to Artifacts
9496
uses: actions/upload-artifact@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- Fetching LOC of private repositories works again (hotfix)
12+
913
## [1.0.3] - 2024-06-28
1014

1115
### Fixed

0 commit comments

Comments
 (0)