GH_REPO and GH_TOKEN must be set

This commit is contained in:
Benoit Daloze
2024-06-27 15:41:42 +02:00
parent 3251c5c21b
commit af43264f2b
+3
View File
@@ -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: