Skip to content

Commit

Permalink
Forgot to add GitHub token to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hrutvik committed Mar 6, 2023
1 parent 189d215 commit e3f32a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ jobs:
echo "CakeML checkout: CakeML/CakeML@$(git rev-parse --short HEAD)" >> $COMMITS
- name: Create GitHub release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd pure
gh release create ${{ env.VERSION }} --latest --prerelease -F ${{ env.COMMITS }} compiler/binary/pure.S
Expand Down

0 comments on commit e3f32a1

Please sign in to comment.