Don't use "RELEASE_TOKEN"

This commit is contained in:
reggie 2024-10-02 01:40:06 -05:00
parent 657bd236a2
commit 16f06720e1
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
name: Build job
on:
workflow_dispatch:
workflow_call:
env:

View File

@ -53,7 +53,7 @@ jobs:
omitBodyDuringUpdate: true
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
token: ${{ secrets.RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
release:
name: Release for ${{ matrix.platform.name }}
@ -142,7 +142,7 @@ jobs:
replacesArtifacts: true
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
token: ${{ secrets.RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
macos_release:
name: Release MacOS universal
@ -208,4 +208,4 @@ jobs:
replacesArtifacts: true
owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
token: ${{ secrets.RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}