Skip to content

Commit

Permalink
ci: use GITHUB_TOKEN to setup nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Dec 18, 2023
1 parent ed7261a commit e625791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: hustcer/[email protected]
with:
version: '0.85'
env:
GITHUB_TOKEN: ${{ secrets.PAT_GLOBAL }}
- name: Just version
run: just --version
- name: Build
Expand Down

0 comments on commit e625791

Please sign in to comment.