Skip to content

Commit

Permalink
ci(general): adding GH_TOKEN to env vars for step
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 5, 2024
1 parent 7651a02 commit a21e8d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
draft: ${{contains(github.ref, '-beta')}}
files: |
./lib/scfz
LICENSE
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a21e8d9

Please sign in to comment.