Skip to content

Commit

Permalink
add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed May 24, 2024
1 parent 89d84b1 commit 900b96b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
uses: prefix-dev/[email protected]
with:
pixi-version: v0.22.0
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- name: Format and lint
run: |
pixi run fmt
Expand Down

0 comments on commit 900b96b

Please sign in to comment.