mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-06 13:09:51 +00:00
Use a dedicated access token instead of the runner-generated one.
This commit is contained in:
parent
b0179e6433
commit
722eb93554
1 changed files with 3 additions and 1 deletions
|
|
@ -211,9 +211,11 @@ jobs:
|
|||
- build_macos
|
||||
steps:
|
||||
- uses: actions/github-script@v9
|
||||
env:
|
||||
COMMENTER_TOKEN: ${{ secrets.COMMENTER_TOKEN }}
|
||||
with:
|
||||
script: |
|
||||
const forgejo = getOctokit(process.env.FORGEJO_TOKEN, {
|
||||
const forgejo = getOctokit(process.env.COMMENTER_TOKEN, {
|
||||
baseUrl: 'https://git.ryujinx.app/api/v1'
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue