Skip to content

Commit 6febba3

Browse files
committed
fix: changed PAT
1 parent a3869ca commit 6febba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
registry: ghcr.io
164164
username: ${{ github.actor }}
165-
password: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
165+
password: ${{ secrets.GH_PAT }}
166166

167167
- name: Compose docker-compose.yml
168168
run: python3 ./scripts/docker-composer.py --dev -f docker/compose/docker-compose.llama-1b-gpu.ci.yml -o development-compose.yml

0 commit comments

Comments
 (0)