mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-11-04 10:49:11 +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'
|
||||
|
||||
- name: Prepare changelog
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user