use custom release token
This commit is contained in:
4
.github/workflows/compat.yaml
vendored
4
.github/workflows/compat.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user