Skip to content

Commit

Permalink
GH_REPO and GH_TOKEN must be set
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jun 27, 2024
1 parent 3251c5c commit af43264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ permissions:
jobs:
release:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit af43264

Please sign in to comment.