Skip to content

Commit

Permalink
Try without auth set.
Browse files Browse the repository at this point in the history
The install command should pick up the token.
  • Loading branch information
jonathanpallant committed May 24, 2024
1 parent 1d10295 commit 5f7cc8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-ferrocene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
env: # Or as an environment variable
CRITICALUP_TOKEN: ${{ secrets.CRITICALUP_TOKEN }}
run: |
echo ${CRITICALUP_TOKEN} | criticalup auth set
criticalup install
echo "$HOME/.local/share/criticalup/bin" >> $GITHUB_PATH
- name: Find slug name
Expand Down

0 comments on commit 5f7cc8f

Please sign in to comment.