use custom release token

This commit is contained in:
Czarek Nakamoto
2024-05-30 09:50:54 +02:00
parent 81bd1208c4
commit 67b8214776

View File

@@ -39,6 +39,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: release/gh/*
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
android:
strategy:
matrix:
@@ -79,6 +80,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: release/gh/*
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
linux:
strategy:
matrix:
@@ -119,6 +121,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: release/gh/*
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
darwin:
strategy:
matrix:
@@ -158,6 +161,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: release/gh/*
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
macos-host:
runs-on: macos-14
steps: