summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-05-30 09:50:54 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-05-30 09:50:54 +0200
commit67b821477688d3f01e700182d763fd0b42dcc70c (patch)
tree6b7e976385e165c935f79e531a88e90a325a426c
parent81bd1208c4734c370f22fdf26932371f30d10fb6 (diff)
use custom release tokenv0.18.3.3-RC45
-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: