mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 22:24:26 +02:00
ci(nix): add github token for gh cli (#3700)
This commit is contained in:
commit
25b1d79080
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@ -73,7 +73,9 @@ jobs:
|
|||||||
uses: PrismLauncher/PrismLauncher/.github/actions/get-merge-commit@develop
|
uses: PrismLauncher/PrismLauncher/.github/actions/get-merge-commit@develop
|
||||||
with:
|
with:
|
||||||
pull-request-id: ${{ github.event.pull_request.id }}
|
pull-request-id: ${{ github.event.pull_request.id }}
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user