Skip to content

Commit 25333c1

Browse files
authored
Update ci.yml
Correct secret ID
1 parent 496158f commit 25333c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
image: ghcr.io/webcodex1/x0-test-github:latest
3131
credentials:
3232
username: ${{ github.repository_owner }}
33-
password: ${{ secrets.GITHUB_TOKEN }}
33+
password: ${{ secrets.GHCR_PAT }}
3434

3535
services:
3636
# x0-app apache/wsgi using hostname x0-app.x0.localnet

0 commit comments

Comments
 (0)