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