Set the github token for the release action
This commit is contained in:
parent
241e8e1eea
commit
2d1c8a4ceb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -88,4 +88,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
RELEASE_TAG: ${{ needs.create_release.outputs.version }}
|
RELEASE_TAG: ${{ needs.create_release.outputs.version }}
|
||||||
BUILD: ${{ matrix.build }}
|
BUILD: ${{ matrix.build }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: python3 release.py
|
run: python3 release.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue