summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/compat.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/compat.yaml b/.github/workflows/compat.yaml
index b6de2ed..198a3d7 100644
--- a/.github/workflows/compat.yaml
+++ b/.github/workflows/compat.yaml
@@ -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: