Skip to content

Commit 3658f8d

Browse files
Use different security token in CI for pixi
1 parent c9adb39 commit 3658f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pixi-version: v0.59.0
1818
cache: true
1919
auth-host: prefix.dev
20-
auth-token: ${{ secrets.GITHUB_TOKEN }}
20+
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
2121
- name: ruff
2222
run: |
2323
pixi run ruff

0 commit comments

Comments
 (0)