Skip to content

Commit fdb9675

Browse files
committed
ci: use CI_PAT for private cimis-tsdb repo
1 parent d0a9a97 commit fdb9675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
repository: dl-alexandre/cimis-tsdb
2323
path: _deps/cimis-tsdb
24-
token: ${{ secrets.GITHUB_TOKEN }}
24+
token: ${{ secrets.CI_PAT }}
2525

2626
- name: Set up Go
2727
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)