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 d711f79 commit 29260d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Debug GitHub Token
run: |
curl -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create GitHub Release
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit 29260d0

Please sign in to comment.