Skip to content

Commit

Permalink
Try to use secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaDAZA authored Oct 27, 2024
1 parent a2c0035 commit 9ecf67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -208,7 +208,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 }}

flatpak_release:
uses: ./.github/workflows/flatpak.yml
Expand Down

0 comments on commit 9ecf67c

Please sign in to comment.