We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3869ca commit 6febba3Copy full SHA for 6febba3
.github/workflows/cicd.yml
@@ -162,7 +162,7 @@ jobs:
162
with:
163
registry: ghcr.io
164
username: ${{ github.actor }}
165
- password: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
+ password: ${{ secrets.GH_PAT }}
166
167
- name: Compose docker-compose.yml
168
run: python3 ./scripts/docker-composer.py --dev -f docker/compose/docker-compose.llama-1b-gpu.ci.yml -o development-compose.yml
0 commit comments