mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-11-08 12:49:16 +01:00
Add missing GITHUB_TOKEN env to "Prepare changelog" step (#42)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -58,6 +58,8 @@ jobs:
|
|||||||
BUILD_TOOLS_VERSION: '35.0.1'
|
BUILD_TOOLS_VERSION: '35.0.1'
|
||||||
|
|
||||||
- name: Prepare changelog
|
- name: Prepare changelog
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user