mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-14 00:30:43 +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
|
- build_macos
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v9
|
- uses: actions/github-script@v9
|
||||||
|
env:
|
||||||
|
COMMENTER_TOKEN: ${{ secrets.COMMENTER_TOKEN }}
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const forgejo = getOctokit(process.env.FORGEJO_TOKEN, {
|
const forgejo = getOctokit(process.env.COMMENTER_TOKEN, {
|
||||||
baseUrl: 'https://git.ryujinx.app/api/v1'
|
baseUrl: 'https://git.ryujinx.app/api/v1'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue