Skip to content

Commit

Permalink
Updates to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
codervijo committed Jan 31, 2025
1 parent 67b923d commit ccb8908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
zip -r ${{ env.ARTIFACT_NAME }} bin/
- name: Check GitHub Token
run: echo "Token Length: ${#GITHUB_TOKEN}"
run: |
echo "Token Length: ${#GITHUB_TOKEN}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ccb8908

Please sign in to comment.