mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add environment variable required to be able to use the GitHub CLI.
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
dd50ab0106
commit
e81b42d533
1 changed files with 3 additions and 1 deletions
4
.github/workflows/post-releasenotes.yml
vendored
4
.github/workflows/post-releasenotes.yml
vendored
|
@ -27,8 +27,10 @@ jobs:
|
||||||
- name: assemble release notes
|
- name: assemble release notes
|
||||||
env:
|
env:
|
||||||
EVENT_HEAD_COMMIT_ID: ${{ github.event.head_commit.id }}
|
EVENT_HEAD_COMMIT_ID: ${{ github.event.head_commit.id }}
|
||||||
|
# Required because we are using the GitHub CLI in 'create-releasenotes.sh'
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
bash scripts/create-releasenotes.sh $EVENT_HEAD_COMMIT_ID
|
scripts/create-releasenotes.sh $EVENT_HEAD_COMMIT_ID
|
||||||
|
|
||||||
# add a file containing the release title so it can be picked up and listed on the release page on our web server
|
# add a file containing the release title so it can be picked up and listed on the release page on our web server
|
||||||
- name: publish release
|
- name: publish release
|
||||||
|
|
Loading…
Reference in a new issue